Explorar el Código

Reordered constructors on Client

Mihawk hace 12 años
padre
commit
4ca75c2313
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Client.cpp

+ 1 - 1
Client.cpp

@@ -36,10 +36,10 @@ Client::Client(App *app, ActiveClient* ac):
   mySpamMutedFlag(false),
   myQWMutedFlag(false),
   myKeepNickTimer(new QTimer()),
-  mySPDetectionTimer(new QTimer()),
   myFloodTimer(new QTimer()),
   myQWBroadcastFloodTimer(new QTimer()),
   mySpamBroadcastFloodTimer(new QTimer()),
+  mySPDetectionTimer(new QTimer()),
   mySPSupport(false),
   mySPAutoDetect(true),
   myMaxClients(0),