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

fix build, part 2

parent daef597b
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,8 @@ static inline QString msgPathConfigNote() ...@@ -60,7 +60,8 @@ static inline QString msgPathConfigNote()
"<a href=\"%1\">Debugging Tools for Windows</a>" "<a href=\"%1\">Debugging Tools for Windows</a>"
" (%2) here.</p>" " (%2) here.</p>"
"<p><b>Note:</b> Restarting Qt Creator is required for these settings to take effect.</p></p>" "<p><b>Note:</b> Restarting Qt Creator is required for these settings to take effect.</p></p>"
"</body></html>").arg(link, (is64bit ? tr("64-bit version") : tr("32-bit version"))); "</body></html>").arg(link, (is64bit ? CdbOptionsPageWidget::tr("64-bit version")
: CdbOptionsPageWidget::tr("32-bit version")));
} }
CdbOptionsPageWidget::CdbOptionsPageWidget(QWidget *parent) : 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