diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-15 23:02:49 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-15 23:02:49 +0100 |
| commit | 423db567816bb3b71ae907195d4a92b9c293e5e9 (patch) | |
| tree | 696f4332b1806849fe3fad4925d34b25e45e527e /src/modlist.h | |
| parent | 86c5b64ab5d1b57f0bc1f184983adb0936e6de3f (diff) | |
Change Qtime to QElapsedtimer in some palaces to remove the warnings.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 2 |
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;
|
