mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
revisions
This commit is contained in:
parent
f02422ddfe
commit
ce8b07845c
31 changed files with 2 additions and 92 deletions
|
|
@ -23,8 +23,6 @@ Q_DECLARE_METATYPE (TextCursor*)
|
|||
Q_DECLARE_METATYPE (SyntaxHighlighter*)
|
||||
Q_DECLARE_METATYPE (QTextDocument*)
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
QObject* ini() {
|
||||
static QObject* qt = nullptr;
|
||||
if (qt == nullptr) {
|
||||
|
|
@ -364,4 +362,3 @@ QVariant QT::sendToUlisp(const QVariant &vData) {
|
|||
}
|
||||
#endif
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue