From c0254d9a75a1f0f784a3e9b6874475b2c2a3ab8f Mon Sep 17 00:00:00 2001 From: Loetkolben Date: Sun, 27 Jul 2014 15:50:03 +0200 Subject: Show a warning if the instance path contains a '!' The checks and warnings happen the time MMC loads (via QLOG_INFO), the time the GUI starts (via a dialog) and when the user changes the instance path via the settings window. --- gui/MainWindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/MainWindow.h') diff --git a/gui/MainWindow.h b/gui/MainWindow.h index 32ad4daf..d32a245c 100644 --- a/gui/MainWindow.h +++ b/gui/MainWindow.h @@ -52,6 +52,7 @@ public: void checkSetDefaultJava(); void checkMigrateLegacyAssets(); + void checkInstancePathForProblems(); private slots: -- cgit