Fix torrent addition dialog path editing

This commit is contained in:
Christophe Dumez
2010-09-25 09:11:06 +00:00
parent 7ae7a71782
commit 9543bd63f9
2 changed files with 13 additions and 2 deletions

View File

@@ -88,6 +88,9 @@ public slots:
void updateSavePathCurrentText(QString path);
void resetComboLabelIndex(QString text);
protected slots:
void restoreCursorPosition();
signals:
void torrentPaused(QTorrentHandle &h);
@@ -108,6 +111,7 @@ private:
bool is_magnet;
int hidden_height;
QStringList path_history;
int cursor_pos;
};
#endif