Home
last modified time | relevance | path

Searched refs:oldAppletsPath (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layouts/
H A Dimporter.h52 …bool importOldLayout(QString oldAppletsPath, QString newName, bool alternative = false, QString ex…
116 …QString layoutCanBeImported(QString oldAppletsPath, QString newName, QString exportDirectory = QSt…
H A Dimporter.cpp86 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()