From 5e0f0268aeff37489ea3563b3e527109b54a5753 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 2 Apr 2015 16:49:04 +0200 Subject: Help: Do not save settings in help database Using the help database is not necessary, does not follow our style, and is less reliable (with all the setupEngine mess). Change-Id: Icb7f63a6b349458011e1b068bdf0954b78d3281f Reviewed-by: Eike Ziller --- src/plugins/help/helpwidget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/help/helpwidget.h') diff --git a/src/plugins/help/helpwidget.h b/src/plugins/help/helpwidget.h index 2bee28b2f0..6ff34ee42b 100644 --- a/src/plugins/help/helpwidget.h +++ b/src/plugins/help/helpwidget.h @@ -74,8 +74,6 @@ public: void addViewer(HelpViewer *viewer); void removeViewerAt(int index); - void setViewerFont(const QFont &font); - // so central widget can save the state int viewerCount() const; HelpViewer *viewerAt(int index) const; -- cgit v1.2.1