From cb1cddb885addaeb4cf59a940ee64897bd4f17cf Mon Sep 17 00:00:00 2001
From: Daniel Teske <daniel.teske@nokia.com>
Date: Wed, 8 Feb 2012 14:39:57 +0100
Subject: [PATCH] BaseTextMark:: setLocation, removing wrong virtual

Change-Id: I15b9a8d8d82a8859443ed792fee78eafb2de2521
Reviewed-by: hjk <qthjk@ovi.com>
---
 src/plugins/texteditor/basetextmark.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/texteditor/basetextmark.h b/src/plugins/texteditor/basetextmark.h
index 886c12bdeaa..ff8a9145e24 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();
-- 
GitLab