Implement Instance launching
Use --launch <instance> to test
This commit is contained in:
@ -339,4 +339,7 @@ private:
|
||||
QString m_rootDir;
|
||||
};
|
||||
|
||||
// pointer for lazy people
|
||||
typedef QSharedPointer<Instance> InstancePtr;
|
||||
|
||||
#endif // INSTANCE_H
|
||||
|
Reference in New Issue
Block a user