mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Updated language files
This commit is contained in:
parent
0d63f46035
commit
4dfd1f229b
55 changed files with 3772 additions and 2997 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue