mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
- Fix compilation errors on Fedora
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user