Added more options for variants planing
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
7ac2a23bc8
commit
7579fff532
3 changed files with 9 additions and 7 deletions
|
@ -189,7 +189,7 @@ void ThemeManager::initializeCatPacks()
|
|||
while (ImageFileIterator.hasNext()) {
|
||||
QFile customCatFile(ImageFileIterator.next());
|
||||
QFileInfo customCatFileInfo(customCatFile);
|
||||
themeDebugLog() << "Loading QSS Theme from:" << customCatFileInfo.absoluteFilePath();
|
||||
themeDebugLog() << "Loading CatPack from:" << customCatFileInfo.absoluteFilePath();
|
||||
addCatPack(std::unique_ptr<CatPack>(new FileCatPack(customCatFileInfo)));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue