mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
- Made progress on torrent properties (main tab)
This commit is contained in:
@@ -74,6 +74,7 @@ protected slots:
|
||||
void saveHiddenColumns();
|
||||
void displayListMenu(const QPoint&);
|
||||
void updateMetadata(QTorrentHandle &h);
|
||||
void currentChanged(const QModelIndex& current, const QModelIndex&);
|
||||
//void setRowColor(int row, QColor color);
|
||||
|
||||
public slots:
|
||||
@@ -101,6 +102,9 @@ public slots:
|
||||
void displayDLHoSMenu(const QPoint&);
|
||||
void applyFilter(int f);
|
||||
|
||||
signals:
|
||||
void currentTorrentChanged(QTorrentHandle &h);
|
||||
|
||||
};
|
||||
|
||||
#endif // TRANSFERLISTWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user