debugger: move coreAboutToClose() check to DebuggerPlugin

This commit is contained in:
hjk
2010-07-20 16:02:55 +02:00
parent 7f01593b94
commit e952470bcd
2 changed files with 28 additions and 26 deletions

View File

@@ -73,6 +73,7 @@ public:
QVariant sessionValue(const QString &name);
void setSessionValue(const QString &name, const QVariant &value);
void setConfigValue(const QString &name, const QVariant &value);
bool coreAboutToClose();
void resetLocation();
void gotoLocation(const QString &fileName, int lineNumber, bool setMarker);