summaryrefslogtreecommitdiffstats
path: root/data/stdinstance.cpp
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.cpp
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.cpp')
-rw-r--r--data/stdinstance.cpp4
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)
{
}