make krazy2 happy

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1108118
This commit is contained in:
Volker Lanz 2010-03-27 21:18:05 +00:00
parent 180fa4643d
commit fed39b453a
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ QTextStream& operator<<(QTextStream& stream, const Partition& p)
flagList.append(PartitionTable::flagName(f));
}
const QString sep = ";";
const QString sep(';');
// number - start - end - type - roles - label - flags
stream << p.number() << sep