mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Fix torrent addition dialog path editing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user