From 6ebf6e7785da79f7f3eb28176951d0e9d22a20e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 3 Nov 2016 02:41:01 +0100 Subject: NOISSUE ifdef the hell out of MCEdit launch on Windows Setting the work directory was not enough. --- application/pages/WorldListPage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'application/pages/WorldListPage.h') 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; -- cgit v1.2.3