do not call initWindow() on failed load

This commit is contained in:
garakmon
2020-09-13 18:34:18 -04:00
parent 1b3bd9314d
commit d1af93f3b5
3 changed files with 34 additions and 27 deletions

View File

@@ -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