src: Bug fixes
* fixed - to _ in color schemes * fixed yoda talk in Tutorial * fixed graph node with no children but qualifier has expand toggle * added placeholder and file filter for maven detection on MacOS * fixed NameHierarchy delimiter wrong in SearchIndex
This commit is contained in:
@@ -172,11 +172,6 @@ void QtProjectWizzardContentPreferences::populate(QGridLayout* layout, int& row)
|
||||
m_mavenPath->setFileFilter("Maven command (mvn.cmd)");
|
||||
m_mavenPath->setPlaceholderText("<maven_path>/bin/mvn.cmd");
|
||||
}
|
||||
else if (QSysInfo::macVersion() != QSysInfo::MV_None)
|
||||
{
|
||||
// todo: add filter here
|
||||
// todo: add placeholder here
|
||||
}
|
||||
else
|
||||
{
|
||||
m_mavenPath->setFileFilter("Maven command (mvn)");
|
||||
|
||||
Reference in New Issue
Block a user