Home
last modified time | relevance | path

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

/dports/graphics/photivo/photivo/Sources/
H A DptViewWindow.h189 QAction *ac_Reset; variable
H A DptViewWindow.cpp658 ac_Reset = new QAction(tr("Reset settings") + "\t" + tr("Ctrl+Shift+R"), this); in ConstructContextMenu()
659 connect(ac_Reset, SIGNAL(triggered()), this, SLOT(Menu_Reset())); in ConstructContextMenu()
840 Menu.addAction(ac_Reset); in contextMenuEvent()