summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2021-12-26 19:52:40 -0600
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:27:49 -0500
commiteeddc993a7ee1785d2beaac8e6f3bf0bc155c158 (patch)
treef8708c49a68cd2387219b1607430b96d7de6e3b9 /src/mainwindow.h
parent9a801f65013396e02c228785d84f9694d4b187c6 (diff)
Add reminder dialog for old instances
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: