TextBrowserHelpViewer: cleanup

removed  loadResource which was left from
96e8f0bb7b.

Change-Id: Ie1b00412104735b5f3e67939c99dc6cd68d85522
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Nikita Baryshnikov
2016-03-22 15:16:37 +03:00
parent e16b02c680
commit 2cf72a628d

View File

@@ -82,8 +82,6 @@ private slots:
void goToHistoryItem();
private:
QVariant loadResource(int type, const QUrl &name);
TextBrowserHelpWidget *m_textBrowser;
};
@@ -110,11 +108,11 @@ private:
QString linkAt(const QPoint& pos);
void openLink(const QUrl &url, bool newPage);
public:
int zoomCount;
bool forceFont;
bool m_openInNewPageActionVisible;
TextBrowserHelpViewer *m_parent;
friend class Help::Internal::TextBrowserHelpViewer;
};
} // namespace Internal