- Fix compilation errors on Fedora

This commit is contained in:
Christophe Dumez
2009-11-20 22:06:36 +00:00
parent 8c1851c0bd
commit e645133baf
2 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ public:
itemData << misc::toQString(f.path.string()).split("/").last();
qDebug("Created a TreeItem file with name %s", getName().toLocal8Bit().data());
qDebug("parent is %s", parent->getName().toLocal8Bit().data());
itemData << f.size;
itemData << QVariant((qulonglong)f.size);
itemData << 0.; // Progress;
itemData << 1; // Priority
if(parent) {