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

3rd-party include in <..>

parent fee55ba2
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
#include "GUI/coregui/Models/JobItem.h"
#include "GUI/coregui/Models/JobModel.h"
#include "GUI/coregui/utils/hostosinfo.h"
#include "progressbar.h"
#include <progressbar.h>
#include <QApplication>
#include <QMouseEvent>
#include <QPaintDevice>
......
......@@ -16,7 +16,7 @@
#include "GUI/coregui/Models/JobModel.h"
#include "GUI/coregui/Models/JobQueueData.h"
#include "GUI/coregui/mainwindow/mainwindow.h"
#include "progressbar.h"
#include <progressbar.h>
JobProgressAssistant::JobProgressAssistant(MainWindow* mainWindow)
: QObject(mainWindow), m_mainWindow(mainWindow)
......
......@@ -30,7 +30,7 @@
#include "GUI/coregui/utils/GUIHelpers.h"
#include "GUI/coregui/utils/hostosinfo.h"
#include "fancytabwidget.h"
#include "progressbar.h"
#include <progressbar.h>
#include "stylehelper.h"
#include <QAction>
#include <QApplication>
......
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