diff options
author | Daniel Teske <daniel.teske@nokia.com> | 2012-02-08 14:39:57 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-02-08 15:30:00 +0100 |
commit | cb1cddb885addaeb4cf59a940ee64897bd4f17cf (patch) | |
tree | 5f1966708da16491d96d6ca79a8e3dc82d74ec51 | |
parent | 7889a20e22c5498a22bbcfade00870599b28e5ca (diff) | |
download | qt-creator-cb1cddb885addaeb4cf59a940ee64897bd4f17cf.tar.gz |
BaseTextMark:: setLocation, removing wrong virtual
Change-Id: I15b9a8d8d82a8859443ed792fee78eafb2de2521
Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r-- | src/plugins/texteditor/basetextmark.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/basetextmark.h b/src/plugins/texteditor/basetextmark.h index 886c12bdea..ff8a9145e2 100644 --- a/src/plugins/texteditor/basetextmark.h +++ b/src/plugins/texteditor/basetextmark.h @@ -56,7 +56,7 @@ public: virtual ~BaseTextMark(); // our location in the "owning" edtitor - virtual void setLocation(const QString &fileName, int lineNumber); + void setLocation(const QString &fileName, int lineNumber); // call this if the icon has changed. void updateMarker(); |