using c++ auto

This commit is contained in:
Uwe Rathmann 2022-11-24 09:08:53 +01:00
parent bfdecc0413
commit 8435c60b03

View File

@ -22,7 +22,7 @@ int main( int argc, char* argv[] )
SkinnyShortcut::enable( SkinnyShortcut::AllShortcuts );
QskFocusIndicator* focusIndicator = new QskFocusIndicator();
auto focusIndicator = new QskFocusIndicator();
focusIndicator->setObjectName( "FocusIndicator" );
MainWindow window;