mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
Started reworking the instance system.
This commit is contained in:
parent
fe452e3ac9
commit
4b1680f242
14 changed files with 533 additions and 195 deletions
|
|
@ -13,8 +13,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef INSTANCELIST_H
|
||||
#define INSTANCELIST_H
|
||||
#ifndef INSTANCEMODEL_H
|
||||
#define INSTANCEMODEL_H
|
||||
|
||||
#include <QList>
|
||||
#include <QMap>
|
||||
|
|
@ -134,4 +134,4 @@ private:
|
|||
InstanceGroup * implicitGroup;
|
||||
};
|
||||
|
||||
#endif // INSTANCELIST_H
|
||||
#endif // INSTANCEMODEL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue