Add Ctrl+Q to quit
This commit is contained in:
parent
83b934862a
commit
b2d61b1d3a
5 changed files with 19 additions and 15 deletions
|
|
@ -582,6 +582,7 @@ enum FurnaceGUIActions {
|
|||
GUI_ACTION_EXPORT,
|
||||
GUI_ACTION_UNDO,
|
||||
GUI_ACTION_REDO,
|
||||
GUI_ACTION_QUIT,
|
||||
GUI_ACTION_PLAY_TOGGLE,
|
||||
GUI_ACTION_PLAY,
|
||||
GUI_ACTION_STOP,
|
||||
|
|
@ -2659,7 +2660,7 @@ class FurnaceGUI {
|
|||
bool loop();
|
||||
bool finish();
|
||||
bool init();
|
||||
void requestQuit();
|
||||
bool requestQuit();
|
||||
FurnaceGUI();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue