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

@@ -31,6 +31,7 @@
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/editormanager/ieditor.h>
#include <QRegExp>
#include <QStringMatcher>
using namespace CppTools::Internal;

View File

@@ -28,6 +28,7 @@
#include <coreplugin/editormanager/editormanager.h>
#include <QRegExp>
#include <QStringMatcher>
#include <algorithm>