Compile fix: Add missing includes

Change-Id: Ie93829eb73888646fcfd76746cd74bd7c1b09924
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-02-26 16:50:39 +01:00
parent 7f5db66596
commit 01eb2ad24f
3 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include "testinfo.h" #include "testinfo.h"
#include "testvisitor.h" #include "testvisitor.h"
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/progressmanager/futureprogress.h> #include <coreplugin/progressmanager/futureprogress.h>
#include <coreplugin/progressmanager/progressmanager.h> #include <coreplugin/progressmanager/progressmanager.h>

View File

@@ -26,12 +26,15 @@
#include "autotestconstants.h" #include "autotestconstants.h"
#include "testtreeitem.h" #include "testtreeitem.h"
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/find/itemviewfind.h> #include <coreplugin/find/itemviewfind.h>
#include <coreplugin/coreconstants.h> #include <coreplugin/coreconstants.h>
#include <coreplugin/icore.h> #include <coreplugin/icore.h>
#include <texteditor/texteditor.h> #include <texteditor/texteditor.h>
#include <utils/progressindicator.h> #include <utils/progressindicator.h>
#include <QAction>
#include <QMenu>
#include <QTimer> #include <QTimer>
#include <QToolButton> #include <QToolButton>
#include <QVBoxLayout> #include <QVBoxLayout>

View File

@@ -26,6 +26,7 @@
#include "testtreemodel.h" #include "testtreemodel.h"
#include <coreplugin/coreconstants.h> #include <coreplugin/coreconstants.h>
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/icontext.h> #include <coreplugin/icontext.h>
#include <texteditor/texteditor.h> #include <texteditor/texteditor.h>
@@ -35,6 +36,7 @@
#include <QDebug> #include <QDebug>
#include <QHBoxLayout> #include <QHBoxLayout>
#include <QMenu>
#include <QToolButton> #include <QToolButton>
#include <QVBoxLayout> #include <QVBoxLayout>