summaryrefslogtreecommitdiff
path: root/controller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'controller.cxx')
-rw-r--r--controller.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/controller.cxx b/controller.cxx
index eaf819d..390f8c2 100644
--- a/controller.cxx
+++ b/controller.cxx
@@ -22,6 +22,8 @@ Controller::Controller(QObject* parent) : QObject{parent}
, certPath.toLatin1().constData()
#endif
};
+ ticketList = nullptr;
+ historyList = nullptr;
auto engine = static_cast<QQmlApplicationEngine*>(parent);
engine->load(QUrl(QStringLiteral("qrc:/main.qml")));
auto context = engine->rootContext();