diff options
author | Andrew <forkk@forkk.net> | 2013-01-28 15:35:09 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-01-28 15:35:09 -0600 |
commit | a25bedd7706b14cdae91556e4a577e410745f29a (patch) | |
tree | ea803a4bcfe8dc25ee8295c406b55c4772909db1 /data/stdinstance.h | |
parent | 8926b2422628a288fb6a04417f90e0a9739b82d1 (diff) | |
download | PrismLauncher-a25bedd7706b14cdae91556e4a577e410745f29a.tar.gz PrismLauncher-a25bedd7706b14cdae91556e4a577e410745f29a.tar.bz2 PrismLauncher-a25bedd7706b14cdae91556e4a577e410745f29a.zip |
Implemented settings dialog.
Diffstat (limited to 'data/stdinstance.h')
-rw-r--r-- | data/stdinstance.h | 2 |
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 |