mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Implemented Instance
This commit is contained in:
parent
d3c4db8f34
commit
80cd8b33aa
3 changed files with 38 additions and 3 deletions
|
|
@ -17,9 +17,10 @@
|
|||
|
||||
#include "instancetype.h"
|
||||
|
||||
InstanceLoader::InstanceLoader(QObject *parent) :
|
||||
QObject(parent)
|
||||
InstanceLoader::InstanceLoader() :
|
||||
QObject(NULL)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue