mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
TorrentContentModel code clean up
This commit is contained in:
@@ -38,6 +38,8 @@
|
||||
#include <libtorrent/torrent_info.hpp>
|
||||
#include "torrentcontentmodelitem.h"
|
||||
|
||||
class TorrentContentModelFile;
|
||||
|
||||
class TorrentContentModel: public QAbstractItemModel {
|
||||
Q_OBJECT
|
||||
|
||||
@@ -71,7 +73,7 @@ public slots:
|
||||
|
||||
private:
|
||||
TorrentContentModelFolder* m_rootItem;
|
||||
QVector<TorrentContentModelItem*> m_filesIndex;
|
||||
QVector<TorrentContentModelFile*> m_filesIndex;
|
||||
};
|
||||
|
||||
#endif // TORRENTCONTENTMODEL_H
|
||||
|
||||
Reference in New Issue
Block a user