Skip to content

Commit

Permalink
performancehorizonladder - new simple approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Oct 26, 2023
1 parent a4a7ed6 commit e90cd94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const QVector<QString> permissions({"android.permission.INTERNET",
#include "osd/horizonladder.h"
#include "osd/flightpathvector.h"
#include "osd/aoagauge.h"
#include "osd/performancehorizonladder.h"

// Video - annyoing ifdef crap is needed for all the different platforms / configurations
#include "decodingstatistcs.h"
Expand Down Expand Up @@ -256,8 +255,6 @@ int main(int argc, char *argv[]) {
qmlRegisterType<HorizonLadder>("OpenHD", 1, 0, "HorizonLadder");
qmlRegisterType<FlightPathVector>("OpenHD", 1, 0, "FlightPathVector");
qmlRegisterType<AoaGauge>("OpenHD", 1, 0, "AoaGauge");
qmlRegisterType<PerformanceHorizonLadder>("OpenHD", 1, 0, "PerformanceHorizonLadder");


QQmlApplicationEngine engine;
engine.rootContext()->setContextProperty("_qopenhd", &QOpenHD::instance());
Expand Down

0 comments on commit e90cd94

Please sign in to comment.