Fixed: Compilation without PCH

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 7422334e97
commit 5b5925f529

@ -20,6 +20,8 @@
#include "ui_general_settings_widget.h"
#include "widget_base.h"
#include "nel/misc/types_nl.h"
class QTranslator;
/**

@ -17,6 +17,9 @@
#ifndef DOWNLOADER_H
#define DOWNLOADER_H
#include <QtCore/QtCore>
#include <QtNetwork/QtNetwork>
class IOperationProgressListener;
/**

@ -17,6 +17,8 @@
#ifndef OPERATION_H
#define OPERATION_H
#include <QtCore/QtCore>
class IOperationProgressListener
{
public:

@ -20,6 +20,8 @@
#include "ui_uninstalldialog.h"
#include "operation.h"
class QStandardItem;
/**
* Wizard displayed when uninstalling components from Add/Remove Program under Windows
* or when user clicks on Uninstall in main menu.

Loading…
Cancel
Save