Fix FTB.
Add support of private packs. Fix instance ID problems related to FTB instances.
This commit is contained in:
parent
555cbe00ce
commit
d85e820a07
6 changed files with 54 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue