summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextoption.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-06-08 16:50:01 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-06-09 09:34:18 +0200
commit8cccf0a76b82726ce987690d783a1b912aa6bba5 (patch)
tree2ad5dc46bd041c62c808d5ad86b049f9a24ccb58 /src/gui/text/qtextoption.h
parentef236456a4857a25b51688e1fd629a80caee1e34 (diff)
Remove deprecated methods and address some ### Qt 6 comments in gui/text
Change-Id: If1ed58ecbb13df88bdb1d72caccfd01c14d42eac Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/gui/text/qtextoption.h')
-rw-r--r--src/gui/text/qtextoption.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/text/qtextoption.h b/src/gui/text/qtextoption.h
index 808076603a..52d253af1b 100644
--- a/src/gui/text/qtextoption.h
+++ b/src/gui/text/qtextoption.h
@@ -138,7 +138,6 @@ private:
uint design : 1;
uint direction : 2;
uint unused : 16;
- uint unused2; // ### Qt 6: remove unnecessary, extra 32 bits
uint f;
qreal tab;
QTextOptionPrivate *d;