mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Do not show completion when text is not being edited
This commit is contained in:
@@ -132,11 +132,9 @@ namespace Private
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
void contextMenuEvent(QContextMenuEvent *event) override;
|
||||
|
||||
private slots:
|
||||
void showCompletionPopup();
|
||||
|
||||
private:
|
||||
static QString warningText(FileSystemPathValidator::TestResult r);
|
||||
void showCompletionPopup();
|
||||
|
||||
QFileSystemModel *m_completerModel;
|
||||
QCompleter *m_completer;
|
||||
|
||||
Reference in New Issue
Block a user