1
0
Fork 0
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:
Joe Ferris 2011-03-09 18:01:46 -05:00
parent 59c4eaeb8b
commit d4cd085e5e

View file

@ -48,6 +48,7 @@ void WebPage::loadStarted() {
}
void WebPage::loadFinished(bool success) {
Q_UNUSED(success);
m_loading = false;
}