diff options
| author | Mårten Nordheim <marten.nordheim@qt.io> | 2023-07-05 20:09:11 +0200 |
|---|---|---|
| committer | Mårten Nordheim <marten.nordheim@qt.io> | 2023-07-07 12:32:45 +0200 |
| commit | fa0d60b1ff5a9e9086644aa660b1c38053c5fd5f (patch) | |
| tree | 176bdb641667afd91515117f1650efb1cead0b27 /src/plugins/sqldrivers/sqlite/qsql_sqlite.cpp | |
| parent | c2956f8f7685b624d7693ff644125d0f594c585d (diff) | |
QPlatformWindow: Add missing includes
1. QObject
For ifdef Q_OS_UNIX we inherit from QObject but it's not included
anywhere, only implicitly defined!
This was compiling before because the moc file was compiled together
with _another_ moc file that _did_ include QObject.
2. QWindow
For QT_DECLARE_NATIVE_INTERFACE we need to have QWindow included.
Change-Id: I5fc0c2d52cb23ee0b2a884178e9115b19e77bf41
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/plugins/sqldrivers/sqlite/qsql_sqlite.cpp')
0 files changed, 0 insertions, 0 deletions
