From 423db567816bb3b71ae907195d4a92b9c293e5e9 Mon Sep 17 00:00:00 2001 From: AL <26797547+Al12rs@users.noreply.github.com> Date: Sat, 15 Feb 2020 23:02:49 +0100 Subject: Change Qtime to QElapsedtimer in some palaces to remove the warnings. --- src/modlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modlist.h') 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 > m_ContentIcons; - QTime m_LastCheck; + QElapsedTimer m_LastCheck; PluginContainer *m_PluginContainer; -- cgit v1.3.1