From eeddc993a7ee1785d2beaac8e6f3bf0bc155c158 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sun, 26 Dec 2021 19:52:40 -0600 Subject: Add reminder dialog for old instances --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') 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 m_ProblemsCheckRequired; std::mutex m_CheckForProblemsMutex; + QVersionNumber m_LastVersion; + Executable* getSelectedExecutable(); private slots: -- cgit v1.3.1