modernize: Replace most remaining old-style connects by PMF ones
[quassel.git] / src / client / clientaliasmanager.h
index fe9a782..45bb6f2 100644 (file)
@@ -32,5 +32,5 @@ public:
     explicit ClientAliasManager(QObject *parent = nullptr);
 
 protected:
-    const Network *network(NetworkId) const;
+    const Network *network(NetworkId) const override;
 };