diff options
| author | Tannin <devnull@localhost> | 2015-05-12 18:56:44 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-12 18:56:44 +0200 |
| commit | 90365041f463f6c062b154e94fedbf75f96fb880 (patch) | |
| tree | 5f8161811b3245ae85238945c7ab28cea242360c /src/modlist.h | |
| parent | 183b5715609b309431d8040101635ef9ac0843bf (diff) | |
workaround to prevent repeated checking of mods with the mouse was interpreted
as double click
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 4 |
1 files changed, 4 insertions, 0 deletions
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<ModInfo::EContent, std::tuple<QString, QString> > m_ContentIcons;
+ QTime m_LastCheck;
+
};
#endif // MODLIST_H
|
