Home
last modified time | relevance | path

Searched refs:addMenuMatchCommand (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dmainwindow.h605 …void addMenuMatchCommand(MenuMatchCommands *menuMatchCommands, const QString &matchCommand, QActio…
H A Dmainwindow.cpp1439 addMenuMatchCommand(&m_itemMenuMatchCommands, command.matchCmd, act); in addCommandsToItemMenu()
1471 addMenuMatchCommand(&m_trayMenuMatchCommands, command.matchCmd, act); in addCommandsToTrayMenu()
1480 void MainWindow::addMenuMatchCommand(MenuMatchCommands *menuMatchCommands, const QString &matchComm… in addMenuMatchCommand() function in MainWindow