diff options
| author | Johann Latocha | 2010-08-28 03:17:08 +0200 |
|---|---|---|
| committer | Johann Latocha | 2010-08-28 03:17:08 +0200 |
| commit | ca61d21c6defb9553234c1fa5b0979c46542c676 (patch) | |
| tree | 610c5b1457d968135c1b70dfc8150737263e8922 /src/gui/clientChatDialog.cpp | |
| parent | Some refactoring (diff) | |
| download | pvs-ca61d21c6defb9553234c1fa5b0979c46542c676.tar.gz pvs-ca61d21c6defb9553234c1fa5b0979c46542c676.tar.xz pvs-ca61d21c6defb9553234c1fa5b0979c46542c676.zip | |
Enhancement #587
Diffstat (limited to 'src/gui/clientChatDialog.cpp')
| -rw-r--r-- | src/gui/clientChatDialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/clientChatDialog.cpp b/src/gui/clientChatDialog.cpp index 7c32790..163ac92 100644 --- a/src/gui/clientChatDialog.cpp +++ b/src/gui/clientChatDialog.cpp @@ -29,8 +29,6 @@ ClientChatDialog::ClientChatDialog(QWidget *parent) : // connect to D-Bus and get interface QDBusConnection dbus = QDBusConnection::sessionBus(); - dbus.registerObject("/chat", this); - dbus.registerService("org.openslx.pvsgui"); _ifaceDBus = new OrgOpenslxPvsInterface("org.openslx.pvs", "/", dbus, this); connect(_ifaceDBus, SIGNAL(chat_receive(QString, QString, QString)), this, SLOT(receive(QString, QString, QString))); |
