debugger: fix vanishing location mark in disassembler mode

Task-number: QTCREATORBUG-4157
This commit is contained in:
hjk
2011-03-18 18:33:20 +01:00
parent ab60a53c9c
commit 7198b1ea8b
3 changed files with 14 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ public:
void setTryMixed(bool on);
void setLocation(const Location &location);
const Location &location() const;
void scheduleResetLocation();
void resetLocation();
void setContents(const DisassemblerLines &contents);
void updateLocationMarker();