should speed up startup

This commit is contained in:
Christophe Dumez
2008-11-02 18:19:14 +00:00
parent 01bc15d3f4
commit 8b40e43432
5 changed files with 4 additions and 6 deletions

View File

@@ -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();
};