Merge remote-tracking branch 'origin/4.2' into 4.3

Change-Id: I4931dcc81be872d7712e67123e94d15ee696459f
This commit is contained in:
Orgad Shaneh
2017-03-14 16:20:14 +02:00
57 changed files with 67 additions and 4 deletions

View File

@@ -56,6 +56,7 @@
#include <QFileSystemWatcher>
#include <QList>
#include <QProcess>
#include <QRegExp>
#include <QMessageBox>
#include <QApplication>
#include <QDomDocument>

View File

@@ -47,6 +47,7 @@
#include <memory>
#include <QApplication>
#include <QDir>
#include <QRegExp>
#include <QTime>
#include <QTcpServer>
#include <QTcpSocket>

View File

@@ -45,6 +45,7 @@
#include <QDirIterator>
#include <QFormLayout>
#include <QLabel>
#include <QRegExp>
#include <QVBoxLayout>
namespace {

View File

@@ -28,6 +28,8 @@
#include <projectexplorer/ioutputparser.h>
#include <utils/fileutils.h>
#include <QRegExp>
namespace Android {
namespace Internal {