- Fixed KineticScrolling due to Qt 4.6.1 changes.
[qtrapids] / src / client / MainWindow.h
index 7c822e2..b84a655 100644 (file)
@@ -69,6 +69,9 @@ public:
                        , this
                        , SLOT(on_alert(qtrapids::TorrentState
                                     , qtrapids::ParamsMap_t)));
+               // Request server state. 
+               // NOTE: This call starts qtrapids-server automatically with the GUI, 
+               // if the .service file is in /usr/share/dbus-1/services/
                server_.getState();
        }