X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreirclisthelper.h;h=1008062c34ac55716bcd6bb1af2d4e945d21de40;hp=76767cdf7c90c5f0023d975357c230aab6c54dbd;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3 diff --git a/src/core/coreirclisthelper.h b/src/core/coreirclisthelper.h index 76767cdf..1008062c 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-2019 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; };