summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/qtextformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qtextformat.h b/src/gui/text/qtextformat.h
index 45bf458cae..fc48dbe6e2 100644
--- a/src/gui/text/qtextformat.h
+++ b/src/gui/text/qtextformat.h
@@ -832,6 +832,7 @@ public:
inline qreal height() const
{ return doubleProperty(ImageHeight); }
+ // TODO Qt7: remove default value; setQuality() with no value reads strange.
inline void setQuality(int quality = 100);
inline int quality() const
{ return intProperty(ImageQuality); }