mirror of
https://gitlab.com/eql/lqml.git
synced 2026-02-05 23:32:25 -08:00
revisions
This commit is contained in:
parent
822bbbfaa3
commit
8008fadb39
6 changed files with 12 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "lqml.h"
|
||||
#include "qml.h"
|
||||
#include "qml_ext.h"
|
||||
#include "ecl_ext.h"
|
||||
#include <iostream>
|
||||
#include <QCoreApplication>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "qml.h"
|
||||
#include "qml_ext.h"
|
||||
#include "lqml.h"
|
||||
#include "ecl_fun.h"
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef QML_H
|
||||
#define QML_H
|
||||
#ifndef QML_EXT_H
|
||||
#define QML_EXT_H
|
||||
|
||||
#include <QtQml>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue