JPNaude / Qtilities

Building blocks for Qt applications
http://jpnaude.github.io/Qtilities/
Other
137 stars 39 forks source link

Help Plugin compilation errors on Linux #105

Closed CJCombrink closed 10 years ago

CJCombrink commented 10 years ago

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 */