From 8b21f687c0c81f309290343a6d2b9caba1eb93f0 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Tue, 16 Aug 2016 14:17:48 +0200 Subject: Add default tool tips to text marks The default tool tip should describe the general purpose of the mark which is displayed in the UI when no tool tip is explicitly set for the text mark. Change-Id: I27aff26cf0f3458d454428e805a9b323191dc393 Reviewed-by: Nikolai Kosjar --- src/plugins/texteditor/textmark.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/texteditor/textmark.h') diff --git a/src/plugins/texteditor/textmark.h b/src/plugins/texteditor/textmark.h index bdbf799e742..7569ddf0997 100644 --- a/src/plugins/texteditor/textmark.h +++ b/src/plugins/texteditor/textmark.h @@ -79,6 +79,7 @@ public: static Utils::Theme::Color categoryColor(Core::Id category); static bool categoryHasColor(Core::Id category); static void setCategoryColor(Core::Id category, Utils::Theme::Color color); + static void setDefaultToolTip(Core::Id category, const QString &toolTip); void setIcon(const QIcon &icon); // call this if the icon has changed. void updateMarker(); -- cgit v1.2.3