QmlJSEditor: refines textmarker logic

The textmarker is now updated when the document
gets updated and the textmarker is shown again,
if the user closes the QuickToolBar.
This commit is contained in:
Thomas Hartmann
2010-08-13 13:59:41 +02:00
parent 2c160a9b2a
commit abdda35966
2 changed files with 16 additions and 1 deletions

View File

@@ -244,6 +244,7 @@ private slots:
void updateOutlineNow();
void updateOutlineIndexNow();
void updateCursorPositionNow();
void showTextMarker();
void updateFileName();
void updateUses();