Commit ed98b1c
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments