Manager/CMake: More thoroughly disable the update checker when no build number is present

This commit is contained in:
Alexander Babikov
2025-07-30 23:50:48 +05:00
parent 8915fa9263
commit 37481032ed
4 changed files with 25 additions and 13 deletions

View File

@@ -50,7 +50,9 @@ public slots:
private slots:
void vmmSelectionChanged(const QModelIndex &currentSelection, QProcess::ProcessState processState) const;
void preferencesTriggered();
#if EMU_BUILD_NUM != 0
static void checkForUpdatesTriggered();
#endif
void on_actionExit_triggered();