Skip to content

Commit 8540520

Browse files
committed
Fix includes
1 parent d8142eb commit 8540520

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

addons/src/cleanup/cleanupdialog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <QAbstractItemView> // for QAbstractItemView
2222
#include <QAction> // for QAction
2323
#include <QApplication> // for QApplication
24-
#include <QBrush> // for QBrush
2524
#include <QColor> // for QColor
2625
#include <QCursor> // for QCursor
2726
#include <QIcon> // for QIcon

addons/src/renumber/renumberdialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*/
2020

2121
#include <QCheckBox> // for QCheckBox
22+
#include <QLabel> // for QLabel
2223
#include <QPoint> // for QPoint
2324
#include <QPushButton> // for QPushButton
2425
#include <QRadioButton> // for QRadioButton

0 commit comments

Comments
 (0)