summaryrefslogtreecommitdiffstats
path: root/MultiMC.h
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2013-12-30 14:45:59 +0100
committerJan Dalheimer <jan@dalheimer.de>2013-12-30 14:45:59 +0100
commit5d0868a056e3de295deaa94717b4023d07772c54 (patch)
treec546862b4f0c2aa16c68c9c1d4d1d99932712b4f /MultiMC.h
parentc01678a3fa328e2f7b8f33bfe54733820802f7b7 (diff)
downloadMultiMC-5d0868a056e3de295deaa94717b4023d07772c54.tar
MultiMC-5d0868a056e3de295deaa94717b4023d07772c54.tar.gz
MultiMC-5d0868a056e3de295deaa94717b4023d07772c54.tar.lz
MultiMC-5d0868a056e3de295deaa94717b4023d07772c54.tar.xz
MultiMC-5d0868a056e3de295deaa94717b4023d07772c54.zip
Notify the user of any errors
Diffstat (limited to 'MultiMC.h')
-rw-r--r--MultiMC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiMC.h b/MultiMC.h
index 17113181..602a4673 100644
--- a/MultiMC.h
+++ b/MultiMC.h
@@ -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();