mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
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:
parent
0308996c65
commit
715e81e3cd
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user