diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-03 02:41:01 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-03 02:41:01 +0100 |
commit | 6ebf6e7785da79f7f3eb28176951d0e9d22a20e8 (patch) | |
tree | 658815468ae55b35d913219207d75987e33e60c9 /application/pages/WorldListPage.h | |
parent | f4de049b134cae226e944a5039eae67657877dd3 (diff) | |
download | PrismLauncher-6ebf6e7785da79f7f3eb28176951d0e9d22a20e8.tar.gz PrismLauncher-6ebf6e7785da79f7f3eb28176951d0e9d22a20e8.tar.bz2 PrismLauncher-6ebf6e7785da79f7f3eb28176951d0e9d22a20e8.zip |
NOISSUE ifdef the hell out of MCEdit launch on Windows
Setting the work directory was not enough.
Diffstat (limited to 'application/pages/WorldListPage.h')
-rw-r--r-- | application/pages/WorldListPage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/pages/WorldListPage.h b/application/pages/WorldListPage.h index 0a09764e..5e7432e2 100644 --- a/application/pages/WorldListPage.h +++ b/application/pages/WorldListPage.h @@ -70,6 +70,7 @@ private: QModelIndex getSelectedWorld(); bool isWorldSafe(QModelIndex index); bool worldSafetyNagQuestion(); + void mceditError(); private: Ui::WorldListPage *ui; |