diff options
| author | Axel Spoerl <[email protected]> | 2025-09-24 20:09:31 +0200 |
|---|---|---|
| committer | Axel Spoerl <[email protected]> | 2025-09-25 21:46:18 +0200 |
| commit | 6d6be2ef26cdabf33b294771fe99c176632c834a (patch) | |
| tree | 0bbbd9df243c236e2668daef45878c2ec21acd42 /tests/manual/diaglib/qwindowdump.cpp | |
| parent | 2a8d13223925fdac9b2266d17caab5778c3b476d (diff) | |
Remove Qt::WindowType::Desktop in qwindowdump manual test
Qt::WindowType::Desktop is no longer a valid window type in Qt6.
Remove its occurence in qwindowdump manual test.
Task-number: QTBUG-140514
Change-Id: I34ae9f8602f7d1a52a9dc6a8dbc2d4a90ea83ccb
Reviewed-by: Wladimir Leuschner <[email protected]>
Reviewed-by: Frederic Lefebvre <[email protected]>
Diffstat (limited to 'tests/manual/diaglib/qwindowdump.cpp')
| -rw-r--r-- | tests/manual/diaglib/qwindowdump.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/diaglib/qwindowdump.cpp b/tests/manual/diaglib/qwindowdump.cpp index 8e48db449f7..fe26464a24a 100644 --- a/tests/manual/diaglib/qwindowdump.cpp +++ b/tests/manual/diaglib/qwindowdump.cpp @@ -57,7 +57,6 @@ void formatWindowFlags(QTextStream &str, Qt::WindowFlags flags) debugType(str, windowType, Qt::Tool) debugType(str, windowType, Qt::ToolTip) debugType(str, windowType, Qt::SplashScreen) - debugType(str, windowType, Qt::Desktop) debugType(str, windowType, Qt::SubWindow) debugType(str, windowType, Qt::ForeignWindow) debugType(str, windowType, Qt::CoverWindow) |
