From 715e81e3cda7a0028d5d47310eeda3e0f2822f2c Mon Sep 17 00:00:00 2001 From: Tim Siebels Date: Wed, 27 Sep 2017 21:46:38 +0200 Subject: [PATCH] Fix CMake build (#8) for some reason I do not understand, this is necessary for AUTOUIC to be able to recognize the file. --- src/dialogs/flagdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/flagdialog.cpp b/src/dialogs/flagdialog.cpp index 9e341e08..758db663 100644 --- a/src/dialogs/flagdialog.cpp +++ b/src/dialogs/flagdialog.cpp @@ -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),