mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Fix typos
This commit is contained in:
parent
05112e5700
commit
14619cb16e
18 changed files with 31 additions and 31 deletions
|
@ -97,7 +97,7 @@ bool SearchWidget::eventFilter(QObject* obj, QEvent* event)
|
|||
} else if (keyEvent->matches(QKeySequence::Copy)) {
|
||||
// If the system Copy shortcut (typically Ctrl+C or Cmd+C) is pressed
|
||||
// in the search edit when no text is selected, route the event to the
|
||||
// main window. With the default shorcut configuration, this will copy
|
||||
// main window. With the default shortcut configuration, this will copy
|
||||
// the password of the current entry to the clipboard.
|
||||
if (!m_ui->searchEdit->hasSelectedText()) {
|
||||
// Prevent infinite recursion, in case the main window ends up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue