forked from qt-creator/qt-creator
Help: Fix that sourceChanged was not sent when using backward/forward
Change-Id: Idc6ce63768bd77703149b5593f4ebabe88d1b033 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -262,12 +262,16 @@ void TextBrowserHelpViewer::stop()
|
|||||||
|
|
||||||
void TextBrowserHelpViewer::forward()
|
void TextBrowserHelpViewer::forward()
|
||||||
{
|
{
|
||||||
|
slotLoadStarted();
|
||||||
m_textBrowser->forward();
|
m_textBrowser->forward();
|
||||||
|
slotLoadFinished();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TextBrowserHelpViewer::backward()
|
void TextBrowserHelpViewer::backward()
|
||||||
{
|
{
|
||||||
|
slotLoadStarted();
|
||||||
m_textBrowser->backward();
|
m_textBrowser->backward();
|
||||||
|
slotLoadFinished();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TextBrowserHelpViewer::print(QPrinter *printer)
|
void TextBrowserHelpViewer::print(QPrinter *printer)
|
||||||
|
Reference in New Issue
Block a user