Skip to content

Commit ed98b1c

Browse files
felixonmarszccrs
authored andcommitted
fix: Qt 6.11 compatibility for QCompleter include
Fixes the following build failure on Arch: ``` src/widgets/dsearchcombobox.cpp:46:49: error: invalid use of incomplete type ‘class QCompleter’ ```
1 parent 72b82e8 commit ed98b1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/widgets/dsearchcombobox.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <QRegularExpression>
1717
#include <QRegularExpressionValidator>
1818
#include <QLayout>
19+
#include <QCompleter>
1920

2021
DWIDGET_BEGIN_NAMESPACE
2122

0 commit comments

Comments
 (0)