mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
- Fix Paste action in search field
This commit is contained in:
parent
944e25a5d8
commit
fb9f2a01b5
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ void SearchEngine::displayPatternContextMenu(QPoint) {
|
||||||
if(act != 0) {
|
if(act != 0) {
|
||||||
if(act == &clearHistoryAct) {
|
if(act == &clearHistoryAct) {
|
||||||
searchHistory.setStringList(QStringList());
|
searchHistory.setStringList(QStringList());
|
||||||
} else if (act == &pasteAct) {
|
}
|
||||||
} else if (act == &pasteAct) {
|
else if (act == &pasteAct) {
|
||||||
search_pattern->paste();
|
search_pattern->paste();
|
||||||
}
|
}
|
||||||
else if (act == &cutAct) {
|
else if (act == &cutAct) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue