Skip to content
Snippets Groups Projects
Commit daef597b authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

whooops ... fix compile

parent 78a46571
No related merge requests found
......@@ -60,7 +60,7 @@ static inline QString msgPathConfigNote()
"<a href=\"%1\">Debugging Tools for Windows</a>"
" (%2) here.</p>"
"<p><b>Note:</b> Restarting Qt Creator is required for these settings to take effect.</p></p>"
"</body></html>", 0, ).arg(link, (is64bit ? tr("64-bit version") : tr("32-bit version")));
"</body></html>").arg(link, (is64bit ? tr("64-bit version") : tr("32-bit version")));
}
CdbOptionsPageWidget::CdbOptionsPageWidget(QWidget *parent) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment