Skip to content

Commit

Permalink
format cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 18, 2023
1 parent d763b57 commit 42ce21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ int main( int argc, char *argv[] )
qreal dp = InputUtils::calculateDpRatio();
engine.rootContext()->setContextProperty( "__dp", dp );

MMStyle mmstyle(dp);
MMStyle mmstyle( dp );
engine.rootContext()->setContextProperty( "__style", &mmstyle );

// Set simulated position for desktop builds
Expand Down

0 comments on commit 42ce21b

Please sign in to comment.