mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-14 00:49:09 +02:00
compiling 3.1 on Linux
This commit is contained in:
@@ -732,8 +732,9 @@ void setPlatform(QComboBox *platform, const QString &pl)
|
|||||||
if (group != current_group)
|
if (group != current_group)
|
||||||
{
|
{
|
||||||
current_group = group;
|
current_group = group;
|
||||||
//platform->addItem(group, "");
|
platform->addItem(group, "");
|
||||||
platform->insertSeparator(cp);
|
// QT before 4.4.? does not support separator in QComboBox
|
||||||
|
//platform->insertSeparator(cp);
|
||||||
cp++;
|
cp++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user