Searched refs:oldAppletsPath (Results 1 – 2 of 2) sorted by relevance
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layouts/ |
H A D | importer.h | 52 …bool importOldLayout(QString oldAppletsPath, QString newName, bool alternative = false, QString ex… 116 …QString layoutCanBeImported(QString oldAppletsPath, QString newName, QString exportDirectory = QSt…
|
H A D | importer.cpp | 86 bool Importer::importOldLayout(QString oldAppletsPath, QString newName, bool alternative, QString e… in importOldLayout() argument 88 QString newLayoutPath = layoutCanBeImported(oldAppletsPath, newName, exportDirectory); in importOldLayout() 91 KSharedConfigPtr oldFile = KSharedConfig::openConfig(oldAppletsPath); in importOldLayout() 240 QString Importer::layoutCanBeImported(QString oldAppletsPath, QString newName, QString exportDirect… in layoutCanBeImported() argument 242 QFile oldAppletsrc(oldAppletsPath); in layoutCanBeImported() 249 KSharedConfigPtr lConfig = KSharedConfig::openConfig(oldAppletsPath); in layoutCanBeImported()
|