summaryrefslogtreecommitdiff
path: root/src/gui/styles/qstylehelper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/styles/qstylehelper_p.h')
-rw-r--r--src/gui/styles/qstylehelper_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/styles/qstylehelper_p.h b/src/gui/styles/qstylehelper_p.h
index 559f7f796f..27587e30ac 100644
--- a/src/gui/styles/qstylehelper_p.h
+++ b/src/gui/styles/qstylehelper_p.h
@@ -110,6 +110,7 @@ template <typename T>
enum { ExactSize = true };
static int size(const HexString<T> &) { return sizeof(T) * 2; }
static inline void appendTo(const HexString<T> &str, QChar *&out) { str.write(out); }
+ typedef QString ConvertTo;
};
QT_END_NAMESPACE