mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 09:24:59 -06:00
committed by
GitHub
parent
facfa26eed
commit
dd1bd8ad10
@@ -31,6 +31,8 @@
|
||||
#include <QList>
|
||||
#include <QWidget>
|
||||
|
||||
#include "base/pathfwd.h"
|
||||
|
||||
class QPushButton;
|
||||
class QTreeView;
|
||||
|
||||
@@ -108,7 +110,7 @@ private:
|
||||
QPushButton *getButtonFromIndex(int index);
|
||||
void applyPriorities();
|
||||
void openParentFolder(const QModelIndex &index) const;
|
||||
QString getFullPath(const QModelIndex &index) const;
|
||||
Path getFullPath(const QModelIndex &index) const;
|
||||
|
||||
Ui::PropertiesWidget *m_ui;
|
||||
BitTorrent::Torrent *m_torrent;
|
||||
|
||||
Reference in New Issue
Block a user