includemocs (updated script)
The updated script found some more. Task-number: QTBUG-102886 Pick-to: 6.3 6.2 5.15 Change-Id: Ic8062e8a441c4d1a3718598a21f7f2e050a17cae Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
1fa72be230
commit
9641b68c9c
@ -24,3 +24,4 @@ QIBusInputContextProxy::~QIBusInputContextProxy()
|
||||
{
|
||||
}
|
||||
|
||||
#include "moc_qibusinputcontextproxy.cpp"
|
||||
|
@ -98,3 +98,4 @@ void QIBusProxy::globalEngineChanged(const QString &engine_name)
|
||||
emit GlobalEngineChanged(engine_name);
|
||||
}
|
||||
|
||||
#include "moc_qibusproxy.cpp"
|
||||
|
@ -24,3 +24,4 @@ QIBusProxyPortal::~QIBusProxyPortal()
|
||||
{
|
||||
}
|
||||
|
||||
#include "moc_qibusproxyportal.cpp"
|
||||
|
@ -549,3 +549,5 @@ void QEglFSCursor::draw(const QRectF &r)
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qeglfscursor_p.cpp"
|
||||
|
@ -367,3 +367,5 @@ EGLConfig QEglFSDeviceIntegration::chooseConfig(EGLDisplay display, const QSurfa
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qeglfsdeviceintegration_p.cpp"
|
||||
|
@ -919,4 +919,5 @@ QByteArray QXcbClipboard::getSelection(xcb_atom_t selection, xcb_atom_t target,
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qxcbclipboard.cpp"
|
||||
#include "qxcbclipboard.moc"
|
||||
|
@ -1233,3 +1233,5 @@ void QXcbConnectionGrabber::release()
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qxcbconnection.cpp"
|
||||
|
@ -421,3 +421,5 @@ void QXcbBasicConnection::initializeXKB()
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qxcbconnection_basic.cpp"
|
||||
|
@ -149,3 +149,5 @@ QAbstractEventDispatcher *QXcbEventDispatcher::createEventDispatcher(QXcbConnect
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qxcbeventdispatcher.cpp"
|
||||
|
@ -400,3 +400,5 @@ bool QXcbEventQueue::isCloseConnectionEvent(const xcb_generic_event_t *event)
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qxcbeventqueue.cpp"
|
||||
|
@ -311,3 +311,5 @@ xcb_atom_t QXcbMime::mimeAtomForFormat(QXcbConnection *connection, const QString
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qxcbmime.cpp"
|
||||
|
@ -653,3 +653,5 @@ QString QXcbNativeInterface::dumpNativeWindows(WId root) const
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qxcbnativeinterface.cpp"
|
||||
|
@ -48,3 +48,5 @@ QXcbScrollingDevicePrivate::QXcbScrollingDevicePrivate(const QString &name, qint
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qxcbscrollingdevice_p.cpp"
|
||||
|
@ -168,3 +168,5 @@ xcb_visualid_t QXcbSystemTrayTracker::netSystemTrayVisual()
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qxcbsystemtraytracker.cpp"
|
||||
|
Loading…
Reference in New Issue
Block a user