Explicitly include <QAction> to fix build with Qt 5.11

icc-effect-5.14.5
Fabian Vogt 2018-02-28 19:02:33 +01:00
parent e9c72e4e62
commit 067274151f
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "compositing.h"
#include "model.h"
#include "ui_compositing.h"
#include <QAction>
#include <QApplication>
#include <QLayout>