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
de068090
Commit
de068090
authored
Mar 18, 2010
by
Friedemann Kleint
Browse files
Compile Windows.
parent
bbcacaf5
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb/cdbstackframecontext.cpp
View file @
de068090
...
...
@@ -35,6 +35,8 @@
#include
"watchhandler.h"
#include
"coreengine.h"
#include
<utils/savedaction.h>
#include
<QtCore/QDebug>
#include
<QtCore/QCoreApplication>
...
...
src/plugins/debugger/cdb/cdbstacktracecontext.cpp
View file @
de068090
...
...
@@ -34,9 +34,11 @@
#include
"debuggeractions.h"
#include
"watchutils.h"
#include
<utils/savedaction.h>
#include
<QtCore/QDebug>
enum
{
debug
=
1
};
enum
{
debug
=
0
};
namespace
Debugger
{
namespace
Internal
{
...
...
src/plugins/debugger/procinterrupt.cpp
View file @
de068090
...
...
@@ -29,6 +29,8 @@
#include
"procinterrupt.h"
#include
<QtCore/QProcess>
// makes kill visible on Windows.
using
namespace
Debugger
::
Internal
;
#if defined(Q_OS_WIN)
...
...
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