diff options
author | Laurent Montel <laurent.montel@kdab.com> | 2017-09-27 15:20:18 +0200 |
---|---|---|
committer | Laurent Montel <laurent.montel@kdab.com> | 2017-09-28 07:53:26 +0000 |
commit | 8883d496b347b2c595012aefb4d3484e25dec4e7 (patch) | |
tree | 09709cad152d59f96dc99be6f45b6413704026ff /src/plugins/help/helpwidget.h | |
parent | f75379ddcfd95a1f8966a9b2843d82766ae872eb (diff) | |
download | qt-creator-8883d496b347b2c595012aefb4d3484e25dec4e7.tar.gz |
Help: fix forward declaration
Change-Id: I88b5cca65d7e98e7f9d9e5d082cc137e822bc9b4
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/help/helpwidget.h')
-rw-r--r-- | src/plugins/help/helpwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/help/helpwidget.h b/src/plugins/help/helpwidget.h index 3e27d28619..cd1fffa424 100644 --- a/src/plugins/help/helpwidget.h +++ b/src/plugins/help/helpwidget.h @@ -33,7 +33,6 @@ QT_BEGIN_NAMESPACE class QAction; class QComboBox; -class QFont; class QMenu; class QPrinter; class QStackedWidget; |