mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
should speed up startup
This commit is contained in:
@@ -84,7 +84,6 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
|
||||
void hideOrShowColumnRatio();
|
||||
void hideOrShowColumnEta();
|
||||
void hideOrShowColumnPriority();
|
||||
void loadLastSortedColumn();
|
||||
void forceRecheck();
|
||||
|
||||
public slots:
|
||||
@@ -97,6 +96,7 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
|
||||
void showPropertiesFromHash(QString hash);
|
||||
void hidePriorityColumn(bool hide);
|
||||
void sortProgressColumn(QString hash);
|
||||
void loadLastSortedColumn();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user