ui: Maven Preferences on linux

* maven filter and placeholder for linux in preferences
This commit is contained in:
Andreas Stallinger
2017-04-03 11:36:06 +02:00
parent 63a1fe9b80
commit 30dda62970
@@ -179,8 +179,8 @@ void QtProjectWizzardContentPreferences::populate(QGridLayout* layout, int& row)
}
else
{
// todo: add filter here
// todo: add placeholder here
m_mavenPath->setFileFilter("Maven command (mvn)");
m_mavenPath->setPlaceholderText("<binarypath>/mvn");
}
addLabelAndWidget("Maven Path", m_mavenPath, layout, row);