Home
last modified time | relevance | path

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

/dports/games/kolf/kolf-21.12.3/
H A Dkolf.cpp128 undoShotAction = KStandardAction::undo(this, &KolfWindow::emptySlot, this); in setupActions()
129 actionCollection()->addAction(QStringLiteral("undoshot"), undoShotAction); in setupActions()
130 undoShotAction->setText(i18n("&Undo Shot")); in setupActions()
306 connect(undoShotAction, &QAction::triggered, game, &KolfGame::undoShot); in startNewGame()
761 undoShotAction->setEnabled(yes); in setHoleOtherEnabled()
H A Dkolf.h101 QAction *undoShotAction; variable