using c++ auto
This commit is contained in:
parent
bfdecc0413
commit
8435c60b03
@ -22,7 +22,7 @@ int main( int argc, char* argv[] )
|
|||||||
|
|
||||||
SkinnyShortcut::enable( SkinnyShortcut::AllShortcuts );
|
SkinnyShortcut::enable( SkinnyShortcut::AllShortcuts );
|
||||||
|
|
||||||
QskFocusIndicator* focusIndicator = new QskFocusIndicator();
|
auto focusIndicator = new QskFocusIndicator();
|
||||||
focusIndicator->setObjectName( "FocusIndicator" );
|
focusIndicator->setObjectName( "FocusIndicator" );
|
||||||
|
|
||||||
MainWindow window;
|
MainWindow window;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user