summaryrefslogtreecommitdiffstats
path: root/data/stdinstance.h
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-01-28 15:35:09 -0600
committerAndrew <forkk@forkk.net>2013-01-28 15:35:09 -0600
commita25bedd7706b14cdae91556e4a577e410745f29a (patch)
treeea803a4bcfe8dc25ee8295c406b55c4772909db1 /data/stdinstance.h
parent8926b2422628a288fb6a04417f90e0a9739b82d1 (diff)
downloadMultiMC-a25bedd7706b14cdae91556e4a577e410745f29a.tar
MultiMC-a25bedd7706b14cdae91556e4a577e410745f29a.tar.gz
MultiMC-a25bedd7706b14cdae91556e4a577e410745f29a.tar.lz
MultiMC-a25bedd7706b14cdae91556e4a577e410745f29a.tar.xz
MultiMC-a25bedd7706b14cdae91556e4a577e410745f29a.zip
Implemented settings dialog.
Diffstat (limited to 'data/stdinstance.h')
-rw-r--r--data/stdinstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stdinstance.h b/data/stdinstance.h
index 59b1c8ab..79b87601 100644
--- a/data/stdinstance.h
+++ b/data/stdinstance.h
@@ -22,7 +22,7 @@
class StdInstance : public InstanceBase
{
public:
- explicit StdInstance(QString rootDir);
+ explicit StdInstance(QString rootDir, QObject *parent = 0);
};
#endif // STDINSTANCE_H