Explicitly include <QAction> to fix build with Qt 5.11
This commit is contained in:
parent
e9c72e4e62
commit
067274151f
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "compositing.h"
|
||||
#include "model.h"
|
||||
#include "ui_compositing.h"
|
||||
#include <QAction>
|
||||
#include <QApplication>
|
||||
#include <QLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue