ui: added individual help window titles
This commit is contained in:
@@ -33,7 +33,7 @@ void QtProjectWizzardContentPath::populate(QGridLayout* layout, int& row)
|
||||
|
||||
if (m_helpString.size() > 0)
|
||||
{
|
||||
addHelpButton(m_helpString, layout, row);
|
||||
addHelpButton(m_titleString, m_helpString, layout, row);
|
||||
}
|
||||
|
||||
m_picker = new QtLocationPicker(this);
|
||||
|
||||
Reference in New Issue
Block a user