ui: Added help menu actions to show log and data folders

This commit is contained in:
Eberhard Graether
2016-08-06 13:14:30 +02:00
parent 3c88998c10
commit 7616e07eeb
3 changed files with 19 additions and 1 deletions
@@ -71,7 +71,7 @@ void QtProjectWizzardContentSelect::populateWindow(QGridLayout* layout)
m_solutionDescription.push_back("Create a new Coati project by defining what files will be indexed.");
m_solutionDescription.push_back("Create a project from an existing Compilation Database. Compilation Databases can be created from "
"Make and CMake projects. Have a look at the "
"<a href=\"https://staging.coati.io/documentation/#CreateAProjectFromCompilationDatabase\">"
"<a href=\"https://coati.io/documentation/#CreateAProjectFromCompilationDatabase\">"
"documentation</a> to find out more.");
m_buttons = new QButtonGroup(this);