forked from qt-creator/qt-creator
Clean exported headers of the Remote Linux, Android plugins.
Change-Id: Ie7825b9c7f3e131a8afaebbd4c245f1227c8dcd4 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
|
|
||||||
#include "android_global.h"
|
#include "android_global.h"
|
||||||
#include <projectexplorer/abstractprocessstep.h>
|
#include <projectexplorer/abstractprocessstep.h>
|
||||||
#include <qtsupport/baseqtversion.h>
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QAbstractItemModel;
|
class QAbstractItemModel;
|
||||||
|
@@ -41,16 +41,18 @@
|
|||||||
#include <QMap>
|
#include <QMap>
|
||||||
#include <QFutureInterface>
|
#include <QFutureInterface>
|
||||||
|
|
||||||
#include <projectexplorer/abi.h>
|
|
||||||
|
|
||||||
#include <utils/fileutils.h>
|
#include <utils/fileutils.h>
|
||||||
#include <utils/environment.h>
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QSettings;
|
class QSettings;
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace ProjectExplorer { class Project; }
|
namespace ProjectExplorer {
|
||||||
|
class Abi;
|
||||||
|
class Project;
|
||||||
|
}
|
||||||
|
|
||||||
|
namespace Utils { class Environment; }
|
||||||
|
|
||||||
namespace Android {
|
namespace Android {
|
||||||
class AndroidPlugin;
|
class AndroidPlugin;
|
||||||
|
@@ -29,6 +29,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "androidmanager.h"
|
#include "androidmanager.h"
|
||||||
|
#include "androidconstants.h"
|
||||||
#include "androiddeployconfiguration.h"
|
#include "androiddeployconfiguration.h"
|
||||||
#include "androidconfigurations.h"
|
#include "androidconfigurations.h"
|
||||||
#include "androidrunconfiguration.h"
|
#include "androidrunconfiguration.h"
|
||||||
|
@@ -32,7 +32,6 @@
|
|||||||
#define ANDROIDMANAGER_H
|
#define ANDROIDMANAGER_H
|
||||||
|
|
||||||
#include "android_global.h"
|
#include "android_global.h"
|
||||||
#include <utils/fileutils.h>
|
|
||||||
|
|
||||||
#include <QPair>
|
#include <QPair>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
@@ -43,6 +42,8 @@ class Kit;
|
|||||||
class Target;
|
class Target;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace Utils { class FileName; }
|
||||||
|
|
||||||
namespace Android {
|
namespace Android {
|
||||||
|
|
||||||
class AndroidQtSupport;
|
class AndroidQtSupport;
|
||||||
|
@@ -31,21 +31,20 @@
|
|||||||
#ifndef ANDROIDSUPPORT_H
|
#ifndef ANDROIDSUPPORT_H
|
||||||
#define ANDROIDSUPPORT_H
|
#define ANDROIDSUPPORT_H
|
||||||
|
|
||||||
|
#include "android_global.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QList>
|
#include <QList>
|
||||||
|
|
||||||
#include <projectexplorer/project.h>
|
|
||||||
|
|
||||||
#include <utils/fileutils.h>
|
|
||||||
|
|
||||||
#include "android_global.h"
|
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer {
|
||||||
class Target;
|
|
||||||
class DeployConfiguration;
|
class DeployConfiguration;
|
||||||
class ProcessParameters;
|
class ProcessParameters;
|
||||||
|
class Project;
|
||||||
|
class Target;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace Utils { class FileName; }
|
||||||
|
|
||||||
namespace Android {
|
namespace Android {
|
||||||
|
|
||||||
class ANDROID_EXPORT AndroidQtSupport : public QObject
|
class ANDROID_EXPORT AndroidQtSupport : public QObject
|
||||||
|
@@ -32,8 +32,6 @@
|
|||||||
#define ANDROIDRUNCONFIGURATION_H
|
#define ANDROIDRUNCONFIGURATION_H
|
||||||
|
|
||||||
#include "android_global.h"
|
#include "android_global.h"
|
||||||
#include "androidconstants.h"
|
|
||||||
#include "androidconfigurations.h"
|
|
||||||
|
|
||||||
#include <projectexplorer/runconfiguration.h>
|
#include <projectexplorer/runconfiguration.h>
|
||||||
|
|
||||||
|
@@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
#include "remotelinuxenvironmentaspect.h"
|
#include "remotelinuxenvironmentaspect.h"
|
||||||
|
|
||||||
|
#include "abstractremotelinuxrunconfiguration.h"
|
||||||
#include "remotelinuxenvironmentaspectwidget.h"
|
#include "remotelinuxenvironmentaspectwidget.h"
|
||||||
|
|
||||||
namespace RemoteLinux {
|
namespace RemoteLinux {
|
||||||
|
@@ -31,8 +31,6 @@
|
|||||||
#ifndef REMOTELINUXENVIRONMENTASPECT_H
|
#ifndef REMOTELINUXENVIRONMENTASPECT_H
|
||||||
#define REMOTELINUXENVIRONMENTASPECT_H
|
#define REMOTELINUXENVIRONMENTASPECT_H
|
||||||
|
|
||||||
#include "abstractremotelinuxrunconfiguration.h"
|
|
||||||
|
|
||||||
#include "remotelinux_export.h"
|
#include "remotelinux_export.h"
|
||||||
|
|
||||||
#include <projectexplorer/environmentaspect.h>
|
#include <projectexplorer/environmentaspect.h>
|
||||||
|
@@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
#include "remotelinuxenvironmentaspectwidget.h"
|
#include "remotelinuxenvironmentaspectwidget.h"
|
||||||
|
|
||||||
|
#include "remotelinuxrunconfiguration.h"
|
||||||
#include "remotelinuxenvironmentreader.h"
|
#include "remotelinuxenvironmentreader.h"
|
||||||
|
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
|
@@ -37,7 +37,6 @@
|
|||||||
#include <ssh/sshconnection.h>
|
#include <ssh/sshconnection.h>
|
||||||
|
|
||||||
namespace QSsh {
|
namespace QSsh {
|
||||||
class SshConnectionParameters;
|
|
||||||
class SshRemoteProcessRunner;
|
class SshRemoteProcessRunner;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user