Web: [skip ci] fix warning: unused parameter 'ok' [-Wunused-parameter]
This commit is contained in:
@@ -693,6 +693,8 @@ void BrowserView::onLoadProgress(int step)
|
||||
|
||||
void BrowserView::onLoadFinished(bool ok)
|
||||
{
|
||||
Q_UNUSED(ok)
|
||||
|
||||
QProgressBar* bar = SequencerBar::instance()->getProgressBar();
|
||||
bar->setValue(100);
|
||||
bar->hide();
|
||||
|
||||
Reference in New Issue
Block a user