remove 'import Lisp 1.0' (obsolete)

This commit is contained in:
pls.153 2022-03-07 12:51:52 +01:00
parent a4caf3330c
commit 9114e28b92
9 changed files with 7 additions and 24 deletions

View file

@ -1,5 +1,4 @@
#include "lqml.h"
#include "qml_ext.h"
#include "ecl_ext.h"
#include <iostream>
#include <QCoreApplication>
@ -39,7 +38,6 @@ static void logMessageHandler(QtMsgType, const QMessageLogContext& context, cons
LQML::LQML(int argc, char* argv[], QQuickView* view) : QObject() {
me = this;
quickView = view;
iniQml();
#ifdef Q_OS_ANDROID
qInstallMessageHandler(logMessageHandler); // see above
#endif