X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreirclisthelper.h;h=8f1081cbf304e7791de19ac6b61550bbce256baa;hb=e7352d23bb54ce36dd4f9aac59a93e2c0a6297f6;hp=21c8f88c4141e0045b72382bac708598450e1f37;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/core/coreirclisthelper.h b/src/core/coreirclisthelper.h index 21c8f88c..8f1081cb 100644 --- a/src/core/coreirclisthelper.h +++ b/src/core/coreirclisthelper.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 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; };