mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Started to put back the right click menu (still unperfect)
This commit is contained in:
@@ -66,6 +66,7 @@ protected slots:
|
||||
void torrentDoubleClicked(QModelIndex index);
|
||||
bool loadHiddenColumns();
|
||||
void saveHiddenColumns();
|
||||
void displayListMenu(const QPoint&);
|
||||
//void setRowColor(int row, QColor color);
|
||||
|
||||
public slots:
|
||||
@@ -85,6 +86,9 @@ public slots:
|
||||
void buySelectedTorrents() const;
|
||||
void copySelectedMagnetURIs() const;
|
||||
void openSelectedTorrentsFolder() const;
|
||||
void recheckSelectedTorrents();
|
||||
void setDlLimitSelectedTorrents();
|
||||
void setUpLimitSelectedTorrents();
|
||||
void previewSelectedTorrents();
|
||||
void hidePriorityColumn(bool hide);
|
||||
void displayDLHoSMenu(const QPoint&);
|
||||
|
||||
Reference in New Issue
Block a user