Fix FTB.
Add support of private packs. Fix instance ID problems related to FTB instances.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user