Remove version patch reordering. Remove the main class display from onesix edit mods.

This commit is contained in:
Petr Mrázek
2014-03-09 17:38:42 +01:00
parent 47bc7e5ee3
commit ffff2cd324
5 changed files with 45 additions and 144 deletions

View File

@@ -119,11 +119,8 @@ public:
*/
// QList<Rule> rules;
QList<VersionFile> versionFiles;
QList<VersionFilePtr> versionFiles;
private:
OneSixInstance *m_instance;
};
QDebug operator<<(QDebug &dbg, const VersionFinal *version);
QDebug operator<<(QDebug &dbg, const OneSixLibrary *library);