Better fix for save path editing issues in torrent addition dialog

This commit is contained in:
Christophe Dumez
2010-10-24 08:28:35 +00:00
parent b98d0282ce
commit 328e4fd860
2 changed files with 8 additions and 20 deletions

View File

@@ -86,12 +86,9 @@ public slots:
void saveTruncatedPathHistory();
void loadSavePathHistory();
void updateLabelInSavePath(QString label);
void updateSavePathCurrentText(QString path);
void updateSavePathCurrentText();
void resetComboLabelIndex(QString text);
protected slots:
void restoreCursorPosition();
signals:
void torrentPaused(QTorrentHandle &h);
@@ -112,7 +109,6 @@ private:
bool is_magnet;
int hidden_height;
QStringList path_history;
int cursor_pos;
};
#endif