Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
dfe4c7f5
Commit
dfe4c7f5
authored
Nov 10, 2010
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugger: remove declaration of unneeded DebuggerCore::instance() method
parent
d015f0ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/plugins/debugger/debuggercore.h
src/plugins/debugger/debuggercore.h
+1
-2
No files found.
src/plugins/debugger/debuggercore.h
View file @
dfe4c7f5
...
...
@@ -67,8 +67,6 @@ class DebuggerCore : public QObject
public:
DebuggerCore
()
{}
static
DebuggerCore
*
instance
();
virtual
QVariant
sessionValue
(
const
QString
&
name
)
=
0
;
virtual
void
setSessionValue
(
const
QString
&
name
,
const
QVariant
&
value
)
=
0
;
virtual
QVariant
configValue
(
const
QString
&
name
)
const
=
0
;
...
...
@@ -111,6 +109,7 @@ public:
virtual
QWidget
*
mainWindow
()
const
=
0
;
};
// This is the only way to access the global object.
DebuggerCore
*
debuggerCore
();
}
// namespace Internal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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