modernize: Replace most remaining old-style connects by PMF ones
[quassel.git] / src / uisupport / toolbaractionprovider.h
index 9d80d37..6cb7761 100644 (file)
@@ -43,6 +43,8 @@ public:
 
 public slots:
     void disconnectedFromCore() override;
+    void onCurrentBufferChanged(const QModelIndex &);
+    void onNickSelectionChanged(const QModelIndexList &);
 
 protected:
     void handleNetworkAction(ActionType, QAction *) override;
@@ -56,9 +58,6 @@ private slots:
     void networkUpdated(const Network *net = nullptr);
     void connectOrDisconnectNet();
 
-    void currentBufferChanged(const QModelIndex &);
-    void nickSelectionChanged(const QModelIndexList &);
-
     void updateStates();
 
 private: