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
eb7f665a
Commit
eb7f665a
authored
Dec 06, 2010
by
hjk
Browse files
debugger: remove unneeded declarations
parent
f7fecfa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermainwindow.h
View file @
eb7f665a
...
...
@@ -35,13 +35,6 @@
#include
<utils/fancymainwindow.h>
#include
<QtCore/QObject>
QT_BEGIN_NAMESPACE
class
QDockWidget
;
class
QMenu
;
QT_END_NAMESPACE
namespace
Core
{
class
Context
;
class
IMode
;
...
...
@@ -59,7 +52,7 @@ public:
DebuggerMainWindow
();
~
DebuggerMainWindow
();
// Debugger toolbars are registered
with this function.
// Debugger toolbars are registered with this function.
void
setToolbar
(
const
DebuggerLanguage
&
language
,
QWidget
*
widget
);
// Active languages to be debugged.
...
...
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