Notify the user of any errors

This commit is contained in:
Jan Dalheimer
2013-12-30 14:45:59 +01:00
parent c01678a3fa
commit 5d0868a056
4 changed files with 19 additions and 7 deletions

View File

@@ -117,7 +117,7 @@ public:
* Opens a json file using either a system default editor, or, if note empty, the editor
* specified in the settings
*/
void openJsonEditor(const QString &filename);
bool openJsonEditor(const QString &filename);
private:
void initLogger();