Skip to content
Snippets Groups Projects
Commit cb1cddb8 authored by Daniel Teske's avatar Daniel Teske Committed by hjk
Browse files

BaseTextMark:: setLocation, removing wrong virtual


Change-Id: I15b9a8d8d82a8859443ed792fee78eafb2de2521
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 7889a20e
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ public: ...@@ -56,7 +56,7 @@ public:
virtual ~BaseTextMark(); virtual ~BaseTextMark();
// our location in the "owning" edtitor // 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. // call this if the icon has changed.
void updateMarker(); void updateMarker();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment