Gui: do not include generated ui file inside header file

This commit is contained in:
wmayer
2021-11-22 16:50:21 +01:00
parent d34a5616a2
commit 563743e7e6
6 changed files with 27 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QApplication>
# include <QMenu>
# include <QMessageBox>
#endif

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <cmath>
#include <QDialogButtonBox>
#include <QGraphicsScene>
#include <QMouseEvent>
#include <QGraphicsSceneHoverEvent>
@@ -34,6 +35,7 @@
#include <QPainter>
#include <QString>
#include <QTextOption>
#include <QVBoxLayout>
#include <sstream>
#endif