summaryrefslogtreecommitdiffstats
path: root/src/gui/clientChatDialog.cpp
diff options
context:
space:
mode:
authorJohann Latocha2010-08-28 03:17:08 +0200
committerJohann Latocha2010-08-28 03:17:08 +0200
commitca61d21c6defb9553234c1fa5b0979c46542c676 (patch)
tree610c5b1457d968135c1b70dfc8150737263e8922 /src/gui/clientChatDialog.cpp
parentSome refactoring (diff)
downloadpvs-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.cpp2
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)));