Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/libs/database/engine/
H A Ddbengineconfigloader.cpp133 QDomElement dbActionElement = sqlStatementElements.firstChildElement(QLatin1String("dbaction")); in readDBActions() local
135 …for ( ; !dbActionElement.isNull(); dbActionElement=dbActionElement.nextSiblingElement(QLatin1Stri… in readDBActions()
137 if (!dbActionElement.hasAttribute(QLatin1String("name"))) in readDBActions()
143 action.name = dbActionElement.attribute(QLatin1String("name")); in readDBActions()
147 if (dbActionElement.hasAttribute(QLatin1String("mode"))) in readDBActions()
149 action.mode = dbActionElement.attribute(QLatin1String("mode")); in readDBActions()
152 QDomElement databaseElement = dbActionElement.firstChildElement(QLatin1String("statement")); in readDBActions()