debugger: make DebuggerState read accessor public and export it

This commit is contained in:
hjk
2009-09-28 12:00:37 +02:00
parent 1173b0f656
commit 6bd55be672
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
#ifndef DEBUGGERCONSTANTS_H
#define DEBUGGERCONSTANTS_H
#include <QtCore/QtGlobal>
#include "debugger_global.h"
namespace Debugger {
namespace Constants {
@@ -60,7 +60,7 @@ namespace Internal {
}
} // namespace Constants
enum DebuggerState
enum DEBUGGER_EXPORT DebuggerState
{
DebuggerNotReady, // Debugger not started