modernize: Replace most remaining old-style connects by PMF ones
[quassel.git] / src / qtui / qtuimessageprocessor.h
index 3b33132..f31f75b 100644 (file)
@@ -56,10 +56,7 @@ public slots:
      *
      * @param id Network ID of removed network
      */
-    inline void networkRemoved(NetworkId id) {
-        // Clean up nickname matching cache
-        _nickMatcher.removeNetwork(id);
-    }
+    void networkRemoved(NetworkId id) override;
 
 private slots:
     void processNextMessage();