YAY! Colors are back!
[quassel.git] / src / qtui / mainwin.h
index 7373541..495a123 100644 (file)
@@ -91,6 +91,7 @@ class MainWin : public QMainWindow {
     void on_actionLockDockPositions_toggled(bool lock);
     void showAboutDlg();
     void showDebugConsole();
+    void on_actionDebugNetworkModel_triggered(bool);
 
     void showCoreConnectionDlg(bool autoConnect = false);
     void coreConnectionDlgFinished(int result);
@@ -107,8 +108,10 @@ class MainWin : public QMainWindow {
     void loadLayout();
     void saveLayout();
 
+#ifdef HAVE_DBUS
     void desktopNotificationClosed(uint id, uint reason);
     void desktopNotificationInvoked(uint id, const QString & action);
+#endif
 
   signals:
     void connectToCore(const QVariantMap &connInfo);
@@ -158,9 +161,6 @@ class MainWin : public QMainWindow {
     QList<QDockWidget *> _netViews;
     NickListWidget *nickListWidget;
 
-    QAction *actionEditNetworks;
-    QList<QAction *> networkActions;
-
 #ifdef HAVE_DBUS
     org::freedesktop::Notifications *desktopNotifications;
     quint32 notificationId;