Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
Signed-off-by: Fabien Proriol <[email protected]>
  • Loading branch information
Fabien Proriol committed Jul 22, 2015
1 parent 5a68a93 commit 47eb887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CarBudget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int main(int argc, char *argv[])
qmlRegisterType<Tire>( "harbour.carbudget",1,0,"Tire");
qmlRegisterType<Tiremount>( "harbour.carbudget",1,0,"Tiremount");
qmlRegisterType<Car>( "harbour.carbudget",1,0,"Car");
qmlRegisterType<FileModel>("harbour.carbudget", 1, 0, "FileModel");
qmlRegisterType<FileModel>( "harbour.carbudget",1,0,"FileModel");


CarManager manager;
Expand Down

0 comments on commit 47eb887

Please sign in to comment.