mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
Fix build broken by Qt
Updating mingw-w64-x86_64-qt5 to version 5.12.4-2 caused EditEntryWidget to fail building. Fixed that with proper includes. Also ran `make format` which revealed one file in need of formatting.
This commit is contained in:
parent
41b2a013a7
commit
bb2d7bca5a
3 changed files with 5 additions and 4 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include <QSortFilterProxyModel>
|
||||
#include <QStackedLayout>
|
||||
#include <QStandardPaths>
|
||||
#include <QStringListModel>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
#include "autotype/AutoType.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue