From 90365041f463f6c062b154e94fedbf75f96fb880 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 12 May 2015 18:56:44 +0200 Subject: workaround to prevent repeated checking of mods with the mouse was interpreted as double click --- src/modlist.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modlist.h') diff --git a/src/modlist.h b/src/modlist.h index 6a10cb3e..d2cd00ce 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -111,6 +111,8 @@ public: void disconnectSlots(); + int timeElapsedSinceLastChecked() const; + public: /// \copydoc MOBase::IModList::displayName @@ -311,6 +313,8 @@ private: std::map > m_ContentIcons; + QTime m_LastCheck; + }; #endif // MODLIST_H -- cgit v1.3.1