diff options
| author | Antonio Rojas <[email protected]> | 2019-12-09 23:21:51 +0100 |
|---|---|---|
| committer | Antonio Rojas <[email protected]> | 2019-12-09 23:21:51 +0100 |
| commit | faa37a6138fc0a7458f61d2799370994b936396e (patch) | |
| tree | 2610abdc8ae4fb659130c34cf1a73e6a2c2fa9a9 /src/global.h | |
| parent | 5b3ecd276625774292220d5e9e149780add2b124 (diff) | |
Fix build with Qt 5.14 RC
Add needed Qt includes that are no longer pulled transitively.
BUG: 414492
Differential Revision: https://phabricator.kde.org/D25783
Diffstat (limited to 'src/global.h')
| -rw-r--r-- | src/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h index d1a3f4f52..f203615f1 100644 --- a/src/global.h +++ b/src/global.h @@ -22,6 +22,7 @@ #include <QList> #include <QUrl> +#include <QWidget> namespace Dolphin { QList<QUrl> validateUris(const QStringList& uriList); |
