diff options
| author | Liang Qi <[email protected]> | 2022-07-04 17:48:24 +0200 |
|---|---|---|
| committer | Liang Qi <[email protected]> | 2022-08-06 01:24:41 +0200 |
| commit | cef9cbdd52d737ce6ff01d12770b38c02a0e331a (patch) | |
| tree | 7082deb1488d74db6a0eee0b683a414f8da8a47d /tests/manual/xembed/qt-client-raster/main.cpp | |
| parent | a0ec35d5f290ce07c591fb3f075390e592326d2a (diff) | |
tests: make xembed/qt-client-raster better
Pick-to: 6.4 6.3 6.2 5.15
Change-Id: Id45bcfb92eb24c4455cf50497e28312eb87e0f9a
Reviewed-by: Tor Arne Vestbø <[email protected]>
Diffstat (limited to 'tests/manual/xembed/qt-client-raster/main.cpp')
| -rw-r--r-- | tests/manual/xembed/qt-client-raster/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/xembed/qt-client-raster/main.cpp b/tests/manual/xembed/qt-client-raster/main.cpp index 447578fcc26..f522e1401f5 100644 --- a/tests/manual/xembed/qt-client-raster/main.cpp +++ b/tests/manual/xembed/qt-client-raster/main.cpp @@ -18,12 +18,12 @@ int main(int argc, char **argv) } RasterWindow window; - window.show(); QWindow *foreign = QWindow::fromWinId(winId); Q_ASSERT(foreign != 0); window.setParent(foreign); + window.show(); return app.exec(); } |
