1
0
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:
Christophe Dumez 2009-12-08 19:24:14 +00:00
parent 944e25a5d8
commit fb9f2a01b5

View File

@ -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) {