Got rid of class Global, as promised. For now, the few global variables we still
[quassel.git] / src / qtgui / identities.h
index 81fffd6..d528d9d 100644 (file)
@@ -54,7 +54,7 @@ class IdentitiesDlg : public QDialog {
 
     void editIdentities();
 
-    void globalDataUpdated(UserId, QString);
+    void globalDataUpdated(QString);
 
   private:
     Ui::IdentitiesDlg ui;