mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-12 04:10:51 -08:00
revisions
This commit is contained in:
parent
f02422ddfe
commit
ce8b07845c
31 changed files with 2 additions and 92 deletions
|
|
@ -6,8 +6,6 @@
|
|||
#include <QtGui/QColor>
|
||||
#include <QtQml/QJSValue>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
static void warning_msg(const char* message, cl_object l_args) {
|
||||
STATIC_SYMBOL (s_error_output, "*ERROR-OUTPUT*")
|
||||
cl_format(4,
|
||||
|
|
@ -346,4 +344,3 @@ cl_object from_qobject_pointer(QObject* qobject) {
|
|||
ecl_make_unsigned_integer(reinterpret_cast<quintptr>(qobject)));
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue