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.cpp | |
parent | 8926b2422628a288fb6a04417f90e0a9739b82d1 (diff) | |
download | PrismLauncher-a25bedd7706b14cdae91556e4a577e410745f29a.tar.gz PrismLauncher-a25bedd7706b14cdae91556e4a577e410745f29a.tar.bz2 PrismLauncher-a25bedd7706b14cdae91556e4a577e410745f29a.zip |
Implemented settings dialog.
Diffstat (limited to 'data/stdinstance.cpp')
-rw-r--r-- | data/stdinstance.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/stdinstance.cpp b/data/stdinstance.cpp index 1324b510..4618f5ca 100644 --- a/data/stdinstance.cpp +++ b/data/stdinstance.cpp @@ -15,8 +15,8 @@ #include "stdinstance.h" -StdInstance::StdInstance(QString rootDir) : - InstanceBase(rootDir) +StdInstance::StdInstance(QString rootDir, QObject* parent) : + InstanceBase(rootDir, parent) { } |