Skip to content
Snippets Groups Projects
Commit de9a5c9e authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Header cleanup.

parent 36962d4a
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@
#include "qmldumptool.h"
#include "qmlobservertool.h"
#include "qmldebugginglibrary.h"
#include "qt4projectmanager/qt4projectmanagerconstants.h"
#include <qt4projectmanager/qt4projectmanagerconstants.h>
#include <qt4projectmanager/qtversionmanager.h>
#include <projectexplorer/toolchainmanager.h>
#include <projectexplorer/debugginghelper.h>
......@@ -47,7 +47,7 @@ using namespace Qt4ProjectManager::Internal;
using ProjectExplorer::DebuggingHelperLibrary;
DebuggingHelperBuildTask::DebuggingHelperBuildTask(QtVersion *version, Tools tools)
DebuggingHelperBuildTask::DebuggingHelperBuildTask(const QtVersion *version, Tools tools)
{
if (!version || !version->isValid())
return;
......
......@@ -34,14 +34,14 @@
#ifndef DEBUGGINGHELPERBUILDTASK_H
#define DEBUGGINGHELPERBUILDTASK_H
#include "qtversionmanager.h"
#include <utils/environment.h>
#include <QtCore/QObject>
#include <QtCore/QFutureInterface>
#include <QtCore/QMetaType>
namespace Qt4ProjectManager {
class QtVersion;
namespace Internal {
class DebuggingHelperBuildTask : public QObject {
......@@ -57,7 +57,7 @@ public:
};
Q_DECLARE_FLAGS(Tools, DebuggingHelper)
explicit DebuggingHelperBuildTask(QtVersion *version, Tools tools = AllTools);
explicit DebuggingHelperBuildTask(const QtVersion *version, Tools tools = AllTools);
virtual ~DebuggingHelperBuildTask();
void run(QFutureInterface<void> &future);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment