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
e7f37e64
Commit
e7f37e64
authored
Dec 03, 2010
by
hjk
Browse files
debugger: remove unneded function
parent
527aba64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
e7f37e64
...
...
@@ -1057,8 +1057,7 @@ public slots:
const
CPlusPlus
::
Snapshot
&
cppCodeModelSnapshot
()
const
;
void
showQtDumperLibraryWarning
(
const
QString
&
details
);
DebuggerMainWindow
*
debuggerMainWindow
()
const
;
QWidget
*
mainWindow
()
const
{
return
m_mainWindow
;
}
DebuggerMainWindow
*
mainWindow
()
const
{
return
m_mainWindow
;
}
bool
isRegisterViewVisible
()
const
;
bool
hasSnapshots
()
const
{
return
m_snapshotHandler
->
size
();
}
...
...
@@ -2585,11 +2584,6 @@ void DebuggerPluginPrivate::showMessage(const QString &msg, int channel, int tim
}
}
DebuggerMainWindow
*
DebuggerPluginPrivate
::
debuggerMainWindow
()
const
{
return
qobject_cast
<
DebuggerMainWindow
*>
(
mainWindow
());
}
void
DebuggerPluginPrivate
::
showQtDumperLibraryWarning
(
const
QString
&
details
)
{
QMessageBox
dialog
(
mainWindow
());
...
...
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