X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmonoapplication.h;h=de7963ec4e162bac7ef97e06955ab6600d7396e0;hp=ff35ddd1af56d2f1a2373a75234e68b67f5060ec;hb=328b48e6fbd78d6158eb55296c0843fc5a41bcfa;hpb=299541db5d6586c0b09e036816dfd28477ebc249 diff --git a/src/qtui/monoapplication.h b/src/qtui/monoapplication.h index ff35ddd1..de7963ec 100644 --- a/src/qtui/monoapplication.h +++ b/src/qtui/monoapplication.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -36,10 +36,11 @@ public: private slots: void newClientSyncer(ClientSyncer *syncer); - void startInternalCore(); + void startInternalCore(ClientSyncer *syncer); private: CoreApplicationInternal *_internal; + bool _internalInitDone; }; #endif