Skip to content
Snippets Groups Projects
Commit 471949f3 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused includes

parent 85e3a3af
No related branches found
No related tags found
2 merge requests!427Reduce include dependences in GUI; break cyclic dependence between View and Model,!426Restructure GUI subdirectories to reduce cyclic dependencies
......@@ -27,7 +27,6 @@
#include "GUI/utils/hostosinfo.h"
#include <QGraphicsOpacityEffect>
#include <QGuiApplication>
#include <QPaintEvent>
#include <QPainter>
#include <QPropertyAnimation>
......
......@@ -13,7 +13,7 @@
// ************************************************************************************************
#include "GUI/InfoWidgets/ComboSelectorDialog.h"
#include <QApplication>
#include <QApplication> // qApp
#include <QComboBox>
#include <QLabel>
#include <QMessageBox>
......
......@@ -26,7 +26,6 @@
#include "GUI/mainwindow/newprojectdialog.h"
#include "GUI/Project/projectdocument.h"
#include "GUI/utils/MessageService.h"
#include <QApplication>
#include <QDateTime>
#include <QFileDialog>
#include <QMessageBox>
......
......@@ -30,7 +30,6 @@
#include "GUI/utils/Helpers.h"
#include "Sample/Multilayer/MultiLayer.h"
#include "Sample/Multilayer/PyImport.h"
#include <QApplication>
#include <QFileDialog>
#include <QTextStream>
......
......@@ -30,7 +30,6 @@
#include "GUI/utils/Helpers.h"
#include "GUI/utils/hostosinfo.h"
#include <QAction>
#include <QApplication>
#include <QBoxLayout>
#include <QButtonGroup>
#include <QCloseEvent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment