Skip to content

Commit 33bb84b

Browse files
authored
Merge pull request #32 from schnitzeltony/master
config.ccp: include QAction explicitly to fix build with Qt 5.11
2 parents 168f4eb + f7d26ce commit 33bb84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trunk/configuration/config.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <QDir>
2727
#include <QColorDialog>
2828
#include <QDesktopServices>
29+
#include <QAction>
2930
#include "config.h"
3031
#include "ui_config.h"
3132
#include "mainwindow.h"

0 commit comments

Comments
 (0)