forked from qt-creator/qt-creator
Debugger: Windows compile fix/warnings
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
#include "breakhandler.h"
|
#include "breakhandler.h"
|
||||||
#include "stackhandler.h"
|
#include "stackhandler.h"
|
||||||
#include "watchhandler.h"
|
#include "watchhandler.h"
|
||||||
|
#include "threadshandler.h"
|
||||||
#include "registerhandler.h"
|
#include "registerhandler.h"
|
||||||
#include "moduleshandler.h"
|
#include "moduleshandler.h"
|
||||||
#include "watchutils.h"
|
#include "watchutils.h"
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
#include "cdbdebugengine_p.h"
|
#include "cdbdebugengine_p.h"
|
||||||
#include "debuggeractions.h"
|
#include "debuggeractions.h"
|
||||||
#include "watchutils.h"
|
#include "watchutils.h"
|
||||||
|
#include "threadshandler.h"
|
||||||
|
|
||||||
#include <utils/savedaction.h>
|
#include <utils/savedaction.h>
|
||||||
|
|
||||||
|
|||||||
@@ -183,12 +183,12 @@ QProcessEnvironment RemoteGdbProcess::processEnvironment() const
|
|||||||
return QProcessEnvironment(); // TODO: Provide actual environment.
|
return QProcessEnvironment(); // TODO: Provide actual environment.
|
||||||
}
|
}
|
||||||
|
|
||||||
void RemoteGdbProcess::setProcessEnvironment(const QProcessEnvironment &env)
|
void RemoteGdbProcess::setProcessEnvironment(const QProcessEnvironment & /* env */)
|
||||||
{
|
{
|
||||||
// TODO: Do something.
|
// TODO: Do something.
|
||||||
}
|
}
|
||||||
|
|
||||||
void RemoteGdbProcess::setEnvironment(const QStringList &env)
|
void RemoteGdbProcess::setEnvironment(const QStringList & /* env */)
|
||||||
{
|
{
|
||||||
// TODO: Do something.
|
// TODO: Do something.
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user