forked from qt-creator/qt-creator
Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "maemoruncontrol.h"
|
||||
|
||||
#include "maemosshthread.h"
|
||||
#include "maemorunconfiguration.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
@@ -62,6 +62,10 @@ AbstractMaemoRunControl::AbstractMaemoRunControl(RunConfiguration *rc)
|
||||
{
|
||||
}
|
||||
|
||||
AbstractMaemoRunControl::~AbstractMaemoRunControl()
|
||||
{
|
||||
}
|
||||
|
||||
void AbstractMaemoRunControl::startDeployment(bool forDebugging)
|
||||
{
|
||||
QTC_ASSERT(runConfig, return);
|
||||
|
||||
Reference in New Issue
Block a user