Show alert windows when a fatal map-loading error occurs

This commit is contained in:
Marcus Huderle
2020-02-12 11:23:28 -06:00
parent 8b4970413d
commit 2df0ac7d16
4 changed files with 61 additions and 13 deletions

View File

@@ -18,5 +18,7 @@ void logInfo(QString message);
void logWarn(QString message);
void logError(QString message);
void log(QString message, LogType type);
QString getLogPath();
QString getMostRecentError();
#endif // LOG_H