mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Merge with develop
This commit is contained in:
parent
e68258e56e
commit
5fc7c25be4
4 changed files with 9 additions and 0 deletions
|
@ -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…
Reference in a new issue