mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- Updated language files
This commit is contained in:
@@ -101,7 +101,8 @@ SearchEngine::~SearchEngine(){
|
||||
|
||||
void SearchEngine::displayPatternContextMenu(QPoint) {
|
||||
QMenu myMenu(this);
|
||||
QAction clearHistoryAct(tr("Clear history"), &myMenu);
|
||||
QAction PasteAct(tr("Paste"), &myMenu);
|
||||
QAction clearHistoryAct(tr("Clear completion history"), &myMenu);
|
||||
myMenu.addAction(&clearHistoryAct);
|
||||
QAction *act = myMenu.exec(QCursor::pos());
|
||||
if(act != 0) {
|
||||
|
||||
Reference in New Issue
Block a user