Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
de9a5c9e
Commit
de9a5c9e
authored
Mar 01, 2011
by
Friedemann Kleint
Browse files
Header cleanup.
parent
36962d4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/debugginghelperbuildtask.cpp
View file @
de9a5c9e
...
...
@@ -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
;
...
...
src/plugins/qt4projectmanager/debugginghelperbuildtask.h
View file @
de9a5c9e
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment