mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Fix validation text doesn't update on mouse click selection
This commit is contained in:
@@ -130,8 +130,10 @@ namespace Private
|
||||
void contextMenuEvent(QContextMenuEvent *event) override;
|
||||
|
||||
private:
|
||||
static QString warningText(FileSystemPathValidator::TestResult result);
|
||||
void showCompletionPopup();
|
||||
void validateText();
|
||||
|
||||
static QString warningText(FileSystemPathValidator::TestResult result);
|
||||
|
||||
QFileSystemModel *m_completerModel = nullptr;
|
||||
QCompleter *m_completer = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user