summaryrefslogtreecommitdiffstats
path: root/src/window-lib
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-06-10 19:12:08 +0200
committerRobert Griebl <robert.griebl@qt.io>2022-06-15 19:17:20 +0200
commitc81cd64bf589adef4213a3bf25872efa1528e0f9 (patch)
tree9bf5180afd9e96e02c353c63804856342e589c7e /src/window-lib
parent91d3881b78a3507ac71cca3e460d06765ef76ac1 (diff)
Fix QScopedPointer::take deprecation warning
Also replaced the remaining usages of QScopedPointer with std::unique_ptr for consistency. Change-Id: Ic63d1b3ea03a4562e4e40c3e9c7992459fde716e Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'src/window-lib')
-rw-r--r--src/window-lib/inprocesswindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window-lib/inprocesswindow.h b/src/window-lib/inprocesswindow.h
index bac5ead0..63e82082 100644
--- a/src/window-lib/inprocesswindow.h
+++ b/src/window-lib/inprocesswindow.h
@@ -7,7 +7,6 @@
#include <QObject>
#include <QSharedPointer>
-#include <QScopedPointer>
#include <QtAppManWindow/window.h>
#include <QtAppManManager/inprocesssurfaceitem.h>