X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreirclisthelper.h;h=8f1081cbf304e7791de19ac6b61550bbce256baa;hb=cdc6091a2e02b84a48937cda287a0769ceb8726a;hp=76767cdf7c90c5f0023d975357c230aab6c54dbd;hpb=1cb02004ee5973b89368bd84f234d4652794690d;p=quassel.git diff --git a/src/core/coreirclisthelper.h b/src/core/coreirclisthelper.h index 76767cdf..8f1081cb 100644 --- a/src/core/coreirclisthelper.h +++ b/src/core/coreirclisthelper.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -21,10 +21,13 @@ #ifndef COREIRCLISTHELPER_H #define COREIRCLISTHELPER_H +#include + #include "irclisthelper.h" #include "coresession.h" +class QBasicTimer; class QTimerEvent; class CoreIrcListHelper : public IrcListHelper @@ -58,7 +61,8 @@ private: QHash _queuedQuery; QHash > _channelLists; QHash _finishedChannelLists; - QHash _queryTimeout; + QHash _queryTimeoutByTimerId; + QHash> _queryTimeoutByNetId; };