mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
Implemented settings dialog.
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
|
||||
#include "stdinstance.h"
|
||||
|
||||
StdInstance::StdInstance(QString rootDir) :
|
||||
InstanceBase(rootDir)
|
||||
StdInstance::StdInstance(QString rootDir, QObject* parent) :
|
||||
InstanceBase(rootDir, parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user