X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnetwork.h;h=4c5baf6cf5ff638c65fb750e718a9c2a52130868;hp=964216268a585a2242e59b02e41e46c7ba0650ca;hb=70283ef877bdf3339fb067667ad9130ceabd8b9a;hpb=f6b9eeda207d42c99fc3e9085631722cf2ec83dc diff --git a/src/common/network.h b/src/common/network.h index 96421626..4c5baf6c 100644 --- a/src/common/network.h +++ b/src/common/network.h @@ -278,7 +278,9 @@ signals: // void latencySet(int latency); void identitySet(IdentityId); -// void serverListSet(QVariantList serverList); + void configChanged(); + + // void serverListSet(QVariantList serverList); // void useRandomServerSet(bool); // void performSet(const QStringList &); // void useAutoIdentifySet(bool);