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
6bd55be6
Commit
6bd55be6
authored
Sep 28, 2009
by
hjk
Browse files
debugger: make DebuggerState read accessor public and export it
parent
1173b0f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerconstants.h
View file @
6bd55be6
...
...
@@ -30,7 +30,7 @@
#ifndef DEBUGGERCONSTANTS_H
#define DEBUGGERCONSTANTS_H
#include
<QtCore/QtG
lobal
>
#include
"debugger_g
lobal
.h"
namespace
Debugger
{
namespace
Constants
{
...
...
@@ -60,7 +60,7 @@ namespace Internal {
}
}
// namespace Constants
enum
DebuggerState
enum
DEBUGGER_EXPORT
DebuggerState
{
DebuggerNotReady
,
// Debugger not started
...
...
src/plugins/debugger/debuggermanager.h
View file @
6bd55be6
...
...
@@ -162,6 +162,7 @@ public:
friend
class
Internal
::
CdbDebugEngine
;
friend
struct
Internal
::
CdbDebugEnginePrivate
;
DebuggerState
state
()
const
;
QList
<
Core
::
IOptionsPage
*>
initializeEngines
(
unsigned
enabledTypeFlags
);
Core
::
Utils
::
FancyMainWindow
*
mainWindow
()
const
;
...
...
@@ -267,7 +268,6 @@ private:
void
cleanupViews
();
DebuggerState
state
()
const
;
void
setState
(
DebuggerState
state
);
//
...
...
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