Fix CMake build (#8)

for some reason I do not understand, this is necessary for AUTOUIC
to be able to recognize the file.
This commit is contained in:
Tim Siebels 2017-09-27 21:46:38 +02:00 committed by xarkes
parent 0308996c65
commit 715e81e3cd

View File

@ -1,5 +1,5 @@
#include "ui_flagdialog.h"
#include "flagdialog.h"
#include "ui_flagdialog.h"
FlagDialog::FlagDialog(CutterCore *core, RVA offset, QWidget *parent) :
QDialog(parent),