- Updated Russian translation

- Progress column is now correctly sorted on startup (closes #133925 again)
This commit is contained in:
Christophe Dumez
2008-10-06 18:34:47 +00:00
parent cf2abe45de
commit 96c38f7be4
33 changed files with 115 additions and 98 deletions

View File

@@ -95,6 +95,7 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
void updateFileSizeAndProgress(QString hash);
void showPropertiesFromHash(QString hash);
void hidePriorityColumn(bool hide);
void sortProgressColumn(QString hash);
};