enabling all shortcuts for the inputpanel example
This commit is contained in:
parent
abf9b1763e
commit
7f6378e3f6
@ -172,8 +172,7 @@ int main( int argc, char* argv[] )
|
|||||||
QGuiApplication app( argc, argv );
|
QGuiApplication app( argc, argv );
|
||||||
|
|
||||||
SkinnyFont::init( &app );
|
SkinnyFont::init( &app );
|
||||||
SkinnyShortcut::enable( SkinnyShortcut::Quit |
|
SkinnyShortcut::enable( SkinnyShortcut::AllShortcuts );
|
||||||
SkinnyShortcut::DebugShortcuts );
|
|
||||||
|
|
||||||
#if !LOCAL_PANEL
|
#if !LOCAL_PANEL
|
||||||
// We don't want to have a top level window.
|
// We don't want to have a top level window.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user