search for: typematch

Displaying 1 result from an estimated 1 matches for "typematch".

Did you mean: typeunmatch
2007 Aug 13
0
[PATCH] Use default item separator for lists.
...-595,7 +595,7 @@ readSetting (CCSContext *c, case TypeString: { - QStringList list = cfg->readListEntry (key, ';'); + QStringList list = cfg->readListEntry (key); if (!list.count() ) break; @@ -628,7 +628,7 @@ readSetting (CCSContext *c, case TypeMatch: { - QStringList list = cfg->readListEntry (key, ';'); + QStringList list = cfg->readListEntry (key); if (!list.count() ) break; @@ -661,7 +661,7 @@ readSetting (CCSContext *c, case TypeFloat: { - QStringList list = cfg->readListEntry (key,...