summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextformat.h
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2021-09-08 11:52:43 +0200
committerDavid Faure <david.faure@kdab.com>2021-09-08 15:43:16 +0200
commita9d3506bf940d598c6ad53158d8e7791ffc321ff (patch)
treeda0364c915524729dcb06049944d5f83cdec0cfc /src/gui/text/qtextformat.h
parentb67f887a048755bbab24df721636f9c294acb8b0 (diff)
QTextImageFormat: add Qt7 TODO to remove the default value
Change-Id: I8b60b302c9df7ce7c44b89fe45f813c4532b7bd6 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/gui/text/qtextformat.h')
-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); }