summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index dd3ff823..2db1a9d7 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -326,6 +326,8 @@ private:
std::atomic<bool> m_ProblemsCheckRequired;
std::mutex m_CheckForProblemsMutex;
+ QVersionNumber m_LastVersion;
+
Executable* getSelectedExecutable();
private slots: