mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Avoid redundant operation
The default is the same as the one specified here.
This commit is contained in:
@@ -161,7 +161,6 @@ Private::FileLineEdit::FileLineEdit(QWidget *parent)
|
||||
m_completerModel->setOptions(QFileSystemModel::DontWatchForChanges);
|
||||
|
||||
m_completer->setModel(m_completerModel);
|
||||
m_completer->setCompletionMode(QCompleter::PopupCompletion);
|
||||
setCompleter(m_completer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user