Home
last modified time | relevance | path

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

/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layouts/
H A Dstorage.cpp48s_knownErrors << Data::Generic(Data::Error::APPLETSWITHSAMEID, i18n("Different Applets With Same I… in Storage()
49s_knownErrors << Data::Generic(Data::Error::ORPHANEDPARENTAPPLETOFSUBCONTAINMENT, i18n("Orphaned P… in Storage()
51s_knownErrors << Data::Generic(Data::Warning::ORPHANEDSUBCONTAINMENT, i18n("Orphaned Subcontainmen… in Storage()
841 error.id = s_knownErrors[Data::Error::APPLETSWITHSAMEID].id; in hasDifferentAppletsWithSameId()
842 error.name = s_knownErrors[Data::Error::APPLETSWITHSAMEID].name; in hasDifferentAppletsWithSameId()
930 warning.id = s_knownErrors[Data::Error::APPLETANDCONTAINMENTWITHSAMEID].id; in hasAppletsAndContainmentsWithSameId()
931 warning.name = s_knownErrors[Data::Error::APPLETANDCONTAINMENTWITHSAMEID].name; in hasAppletsAndContainmentsWithSameId()
1057 error.id = s_knownErrors[Data::Error::ORPHANEDPARENTAPPLETOFSUBCONTAINMENT].id; in hasOrphanedParentAppletOfSubContainment()
1058 error.name = s_knownErrors[Data::Error::ORPHANEDPARENTAPPLETOFSUBCONTAINMENT].name; in hasOrphanedParentAppletOfSubContainment()
1128 warning.id = s_knownErrors[Data::Error::ORPHANEDSUBCONTAINMENT].id; in hasOrphanedSubContainments()
[all …]
H A Dstorage.h133 Data::GenericTable<Data::Generic> s_knownErrors; variable