Fixed a build warning

This commit is contained in:
Joe Ferris 2011-03-09 18:01:46 -05:00
parent 59c4eaeb8b
commit d4cd085e5e
1 changed files with 1 additions and 0 deletions

View File

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