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/clientVNCViewer.cpp | |
| parent | Some refactoring (diff) | |
| download | pvs-ca61d21c6defb9553234c1fa5b0979c46542c676.tar.gz pvs-ca61d21c6defb9553234c1fa5b0979c46542c676.tar.xz pvs-ca61d21c6defb9553234c1fa5b0979c46542c676.zip | |
Enhancement #587
Diffstat (limited to 'src/gui/clientVNCViewer.cpp')
| -rw-r--r-- | src/gui/clientVNCViewer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/clientVNCViewer.cpp b/src/gui/clientVNCViewer.cpp index d6a218b..d794b0b 100644 --- a/src/gui/clientVNCViewer.cpp +++ b/src/gui/clientVNCViewer.cpp @@ -22,8 +22,6 @@ ClientVNCViewer::ClientVNCViewer(QWidget *parent) : { // connect to D-Bus and get interface QDBusConnection dbus = QDBusConnection::sessionBus(); - dbus.registerObject("/vnc", this); - dbus.registerService("org.openslx.pvsgui"); _ifaceDBus = new OrgOpenslxPvsInterface("org.openslx.pvs", "/", dbus, this); connect(_ifaceDBus, SIGNAL(project(QString, int, QString, bool, bool, int)), this, SLOT(open(QString, int, QString, bool, bool, int))); |
