41 QString buildQuery(
const QString& q, QList<QVariant>* boundValues,
ItemQueryPostHooks*
const hooks)
const;
42 QString buildQueryFromUrl(
const QUrl& url, QList<QVariant>* boundValues)
const;
43 QString buildQueryFromXml(
const QString& xml, QList<QVariant>* boundValues,
ItemQueryPostHooks*
const hooks)
const;
44 QString convertFromUrlToXml(
const QUrl& url)
const;
50 void setImageTagPropertiesJoined(
bool isJoined);
65 QString possibleDate(
const QString& str,
bool& exact)
const;
69 QString m_longMonths[12];
70 QString m_shortMonths[12];
71 bool m_imageTagPropertiesJoined =
false;
Definition itemqueryposthooks.h:54