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
Marco Bubke
flatpak-qt-creator
Commits
62c7a110
Commit
62c7a110
authored
Nov 15, 2010
by
hjk
Browse files
debugger: code cosmetics
parent
76d2c581
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakhandler.cpp
View file @
62c7a110
...
...
@@ -39,6 +39,7 @@
#include
<QtCore/QDir>
#include
<QtCore/QFileInfo>
#include
<QtCore/QTimerEvent>
//////////////////////////////////////////////////////////////////
...
...
src/plugins/debugger/breakpoint.h
View file @
62c7a110
...
...
@@ -30,7 +30,6 @@
#ifndef DEBUGGER_BREAKPOINT_H
#define DEBUGGER_BREAKPOINT_H
#include
<QtCore/QCoreApplication>
#include
<QtCore/QList>
#include
<QtCore/QMetaType>
#include
<QtCore/QString>
...
...
@@ -150,9 +149,6 @@ private:
private:
// This "user requested information" will get stored in the session.
BreakpointParameters
m_parameters
;
public:
Q_DECLARE_TR_FUNCTIONS
(
BreakHandler
)
};
// This is what debuggers produced in response to the attempt to
...
...
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