mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Fixed a build warning
This commit is contained in:
parent
59c4eaeb8b
commit
d4cd085e5e
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ void WebPage::loadStarted() {
|
|||
}
|
||||
|
||||
void WebPage::loadFinished(bool success) {
|
||||
Q_UNUSED(success);
|
||||
m_loading = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue