mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-18 23:31:05 -08:00
remove 'import Lisp 1.0' (obsolete)
This commit is contained in:
parent
a4caf3330c
commit
9114e28b92
9 changed files with 7 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue