summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorAL <26797547+Al12rs@users.noreply.github.com>2020-02-15 23:02:49 +0100
committerAL <26797547+Al12rs@users.noreply.github.com>2020-02-15 23:02:49 +0100
commit423db567816bb3b71ae907195d4a92b9c293e5e9 (patch)
tree696f4332b1806849fe3fad4925d34b25e45e527e /src/modlist.h
parent86c5b64ab5d1b57f0bc1f184983adb0936e6de3f (diff)
Change Qtime to QElapsedtimer in some palaces to remove the warnings.
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlist.h b/src/modlist.h
index 3626c50c..9a44b761 100644
--- a/src/modlist.h
+++ b/src/modlist.h
@@ -363,7 +363,7 @@ private:
std::map<ModInfo::EContent, std::tuple<QString, QString> > m_ContentIcons;
- QTime m_LastCheck;
+ QElapsedTimer m_LastCheck;
PluginContainer *m_PluginContainer;