mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Better fix for save path editing issues in torrent addition dialog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user