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