mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-08 08:55:37 -05:00
do not call initWindow() on failed load
This commit is contained in:
@@ -51,7 +51,8 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef ORDERED_JSON_H
|
||||
#define ORDERED_JSON_H
|
||||
|
||||
#include <QString>
|
||||
#include <QVector>
|
||||
@@ -240,3 +241,4 @@ protected:
|
||||
|
||||
} // namespace poryjson
|
||||
|
||||
#endif // ORDERED_JSON_H
|
||||
|
||||
@@ -262,6 +262,7 @@ private:
|
||||
|
||||
bool isProgrammaticEventTabChange;
|
||||
bool projectHasUnsavedChanges;
|
||||
bool projectOpenFailure = false;
|
||||
|
||||
MapSortOrder mapSortOrder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user