X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.h;h=1ceaec44a23de7e9c6acd4fd74522a2fe6986bf0;hp=fc20772cd98c7a1d0ea9e8818da0c92b92a6919e;hb=d1f2e1324046ad4108d30434c92fc0a2d688ef09;hpb=13448c244f65fc938ed52a674c65b67deb7a0358 diff --git a/src/core/core.h b/src/core/core.h index fc20772c..1ceaec44 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -50,7 +50,7 @@ class Core : public QObject { static void restoreState(); private slots: - bool startListening(uint port = DEFAULT_PORT); + bool startListening(uint port = Global::defaultPort); void stopListening(); void incomingConnection(); void clientHasData();