Skip to content

Commit

Permalink
remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Nov 16, 2023
1 parent e36d122 commit 24a209d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ int main( int argc, char *argv[] )
MerginProjectStatusModel mpsm( localProjectsManager );
InputHelp help( ma.get(), &iu );
ProjectWizard pw( projectDir );
// QrCodeDecoder qrCodeDecoder;

// layer models
LayersModel lm;
Expand Down Expand Up @@ -611,7 +610,6 @@ int main( int argc, char *argv[] )
engine.rootContext()->setContextProperty( "__localProjectsManager", &localProjectsManager );
engine.rootContext()->setContextProperty( "__variablesManager", vm.get() );
engine.rootContext()->setContextProperty( "__positionKit", &pk );
// engine.rootContext()->setContextProperty( "__qrCodeDecoder", &qrCodeDecoder );

// add image provider to pass QIcons/QImages from C++ to QML
engine.rootContext()->setContextProperty( "__layerTreeModelPixmapProvider", layerTreeModelPixmapProvider );
Expand Down

1 comment on commit 24a209d

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.11.489211 just submitted!

Please sign in to comment.