compiling 3.1 on Linux

This commit is contained in:
Vadim Kurland
2009-06-14 00:05:12 +00:00
parent 173c94b6b6
commit 4ac2a2e628
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 1066
#define BUILD_NUM 1067
+3 -2
View File
@@ -732,8 +732,9 @@ void setPlatform(QComboBox *platform, const QString &pl)
if (group != current_group)
{
current_group = group;
//platform->addItem(group, "");
platform->insertSeparator(cp);
platform->addItem(group, "");
// QT before 4.4.? does not support separator in QComboBox
//platform->insertSeparator(cp);
cp++;
}