X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=a06a810123f4044323237dbfa29ed4c67fcceb5c;hp=6a3f37bf9343d6a3eb0267aa1d56d4014d3f2595;hb=d9f4d3f0eabd3767b4d25438319116f77c158c52;hpb=bc70fcf4f6f742ab1ce72e39588cd4505e19f148 diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index 6a3f37bf..a06a8101 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -175,7 +175,7 @@ private: QTimer _reconnectTimer; bool _wantReconnect; - QSet _netsToSync; + QSet _netsToSync; int _numNetsToSync; int _progressMinimum, _progressMaximum, _progressValue; QString _progressText;