Lines Matching refs:errorinfo

874                 Data::ErrorInformation errorinfo;  in hasDifferentAppletsWithSameId()  local
875 errorinfo.id = QString::number(error.information.rowCount()); in hasDifferentAppletsWithSameId()
876 errorinfo.containment = metadata(containment->pluginMetaData().pluginId()); in hasDifferentAppletsWithSameId()
877 errorinfo.containment.storageId = cid; in hasDifferentAppletsWithSameId()
878 errorinfo.applet = metadata(applet->pluginMetaData().pluginId()); in hasDifferentAppletsWithSameId()
879 errorinfo.applet.storageId = aid; in hasDifferentAppletsWithSameId()
881 error.information << errorinfo; in hasDifferentAppletsWithSameId()
909 Data::ErrorInformation errorinfo; in hasDifferentAppletsWithSameId() local
910 errorinfo.id = QString::number(error.information.rowCount()); in hasDifferentAppletsWithSameId()
911errorinfo.containment = metadata(containmentsEntries.group(cid).readEntry("plugin", "")); in hasDifferentAppletsWithSameId()
912 errorinfo.containment.storageId = cid; in hasDifferentAppletsWithSameId()
913errorinfo.applet = metadata(containmentsEntries.group(cid).group("Applets").group(aid).readEntry("… in hasDifferentAppletsWithSameId()
914 errorinfo.applet.storageId = aid; in hasDifferentAppletsWithSameId()
916 error.information << errorinfo; in hasDifferentAppletsWithSameId()
1077 Data::ErrorInformation errorinfo; in hasOrphanedParentAppletOfSubContainment() local
1078 errorinfo.id = QString::number(error.information.rowCount()); in hasOrphanedParentAppletOfSubContainment()
1079 errorinfo.containment = metadata(containment->pluginMetaData().pluginId()); in hasOrphanedParentAppletOfSubContainment()
1080 errorinfo.containment.storageId = cid; in hasOrphanedParentAppletOfSubContainment()
1081 errorinfo.applet = metadata(applet->pluginMetaData().pluginId()); in hasOrphanedParentAppletOfSubContainment()
1082 errorinfo.applet.storageId = aid; in hasOrphanedParentAppletOfSubContainment()
1083 errorinfo.applet.subcontainmentId = subid; in hasOrphanedParentAppletOfSubContainment()
1085 error.information << errorinfo; in hasOrphanedParentAppletOfSubContainment()
1101 Data::ErrorInformation errorinfo; in hasOrphanedParentAppletOfSubContainment() local
1102 errorinfo.id = QString::number(error.information.rowCount()); in hasOrphanedParentAppletOfSubContainment()
1103errorinfo.containment = metadata(containmentsEntries.group(cid).readEntry("plugin", "")); in hasOrphanedParentAppletOfSubContainment()
1104 errorinfo.containment.storageId = cid; in hasOrphanedParentAppletOfSubContainment()
1105errorinfo.applet = metadata(containmentsEntries.group(cid).group("Applets").group(aid).readEntry("… in hasOrphanedParentAppletOfSubContainment()
1106 errorinfo.applet.storageId = aid; in hasOrphanedParentAppletOfSubContainment()
1107 errorinfo.applet.subcontainmentId = subid; in hasOrphanedParentAppletOfSubContainment()
1109 error.information << errorinfo; in hasOrphanedParentAppletOfSubContainment()