enabling all shortcuts for the inputpanel example

This commit is contained in:
Uwe Rathmann 2017-09-06 10:20:22 +02:00
parent abf9b1763e
commit 7f6378e3f6

View File

@ -172,8 +172,7 @@ int main( int argc, char* argv[] )
QGuiApplication app( argc, argv );
SkinnyFont::init( &app );
SkinnyShortcut::enable( SkinnyShortcut::Quit |
SkinnyShortcut::DebugShortcuts );
SkinnyShortcut::enable( SkinnyShortcut::AllShortcuts );
#if !LOCAL_PANEL
// We don't want to have a top level window.