mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-13 05:41:17 +00:00
- Fix Paste action in search field
This commit is contained in:
parent
944e25a5d8
commit
fb9f2a01b5
@ -153,8 +153,8 @@ void SearchEngine::displayPatternContextMenu(QPoint) {
|
||||
if(act != 0) {
|
||||
if(act == &clearHistoryAct) {
|
||||
searchHistory.setStringList(QStringList());
|
||||
} else if (act == &pasteAct) {
|
||||
} else if (act == &pasteAct) {
|
||||
}
|
||||
else if (act == &pasteAct) {
|
||||
search_pattern->paste();
|
||||
}
|
||||
else if (act == &cutAct) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user