Add support of private packs.
Fix instance ID problems related to FTB instances.
This commit is contained in:
Petr Mrázek
2014-01-15 22:49:37 +01:00
parent 555cbe00ce
commit d85e820a07
6 changed files with 54 additions and 34 deletions

View File

@ -57,7 +57,7 @@ public:
/// The instance's ID. The ID SHALL be determined by MMC internally. The ID IS guaranteed to
/// be unique.
QString id() const;
virtual QString id() const;
/// get the type of this instance
QString instanceType() const;