File: Browser.cpp
Line: 162
Error: msgBox.setWindowTitle(tr("Failed To Load Webpage");
Should Be: msgBox.setWindowTitle(tr("Failed To Load Webpage")); /* Needs closing brace */
Line: 163
Error: ...and therefore cannot be loaded:\n)" + d->web_view->url().toString());
Should Be: ...and therefore cannot be loaded:\n") + d->web_view->url().toString()); /* Brace moved out of the quotes */
File: Browser.cpp Line: 162 Error: msgBox.setWindowTitle(tr("Failed To Load Webpage"); Should Be: msgBox.setWindowTitle(tr("Failed To Load Webpage")); /* Needs closing brace */
Line: 163 Error: ...and therefore cannot be loaded:\n)" + d->web_view->url().toString()); Should Be: ...and therefore cannot be loaded:\n") + d->web_view->url().toString()); /* Brace moved out of the quotes */