Home
last modified time | relevance | path

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

/dports/editors/tweak/tweak-3.02/
H A Dactions.c8 static void act_exit (void);
58 act_exit, act_top, act_pgup, act_up, act_home, act_left, in parse_action()
95 static void act_exit(void) { in act_exit() function
158 act_exit(); in act_exitsave()
/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Donmainwindow.cpp815 QAction *act_exit=new QAction ( in initWidgetsNormal() local
818 act_exit->setShortcut ( tr ( "Ctrl+Q" ) ); in initWidgetsNormal()
819 act_exit->setStatusTip ( tr ( "Quit" ) ); in initWidgetsNormal()
882 connect ( act_exit,SIGNAL ( triggered ( bool ) ),this, in initWidgetsNormal()
905 menu_sess->addAction ( act_exit ); in initWidgetsNormal()