aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/centralwidget.h
diff options
context:
space:
mode:
authorkh <qtc-committer@nokia.com>2009-06-25 17:16:16 +0200
committerkh <qtc-committer@nokia.com>2009-06-25 17:16:16 +0200
commit0b1bc40b65d59b9c79813e152d26340fe811f4d3 (patch)
tree6e5c6a485c1b342ae3da2cfbb9794c9079720de0 /src/plugins/help/centralwidget.h
parentcdc7f0326753701a1e05b48b21ac34ecd109bd00 (diff)
It is now possible to configure the help viewer font.
Task-number: 253365
Diffstat (limited to 'src/plugins/help/centralwidget.h')
-rw-r--r--src/plugins/help/centralwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/centralwidget.h b/src/plugins/help/centralwidget.h
index 1bb9bc696f7..51523fc05ba 100644
--- a/src/plugins/help/centralwidget.h
+++ b/src/plugins/help/centralwidget.h
@@ -76,6 +76,7 @@ public:
void activateTab(bool onlyHelpViewer = false);
bool find(const QString &txt, QTextDocument::FindFlags findFlags, bool incremental);
void setLastShownPages();
+ HelpViewer *helpViewerAtIndex(int index) const;
static CentralWidget *instance();
@@ -124,7 +125,6 @@ private:
void connectSignals();
bool eventFilter(QObject *object, QEvent *e);
void initPrinter();
- HelpViewer *helpViewerAtIndex(int index) const;
QString quoteTabTitle(const QString &title) const;
private: