forked from qt-creator/qt-creator
Remove qDebug()
Change-Id: Ie951201ae2cea355e0118cc36c69fdf2cff5c26b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -96,7 +96,6 @@ WebEngineHelpViewer::WebEngineHelpViewer(QWidget *parent) :
|
|||||||
QTimer::singleShot(/*magic timeout=*/150, this, [this] {
|
QTimer::singleShot(/*magic timeout=*/150, this, [this] {
|
||||||
QUrl urlWithoutFragment = source();
|
QUrl urlWithoutFragment = source();
|
||||||
urlWithoutFragment.setFragment(QString());
|
urlWithoutFragment.setFragment(QString());
|
||||||
qDebug() << urlWithoutFragment << m_previousUrlWithoutFragment;
|
|
||||||
if (urlWithoutFragment == m_previousUrlWithoutFragment)
|
if (urlWithoutFragment == m_previousUrlWithoutFragment)
|
||||||
slotLoadFinished();
|
slotLoadFinished();
|
||||||
m_previousUrlWithoutFragment = urlWithoutFragment;
|
m_previousUrlWithoutFragment = urlWithoutFragment;
|
||||||
|
|||||||
Reference in New Issue
Block a user