summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetrepaintmanager_p.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-08-20 17:46:01 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-08-20 21:08:48 +0200
commite2a1fb90154d8c0dd9b5def17c7062a0bdbebfd4 (patch)
tree2df5d940519660b78b887c76db7bd712b6a91f25 /src/widgets/kernel/qwidgetrepaintmanager_p.h
parent38e55a26a484e292f6c42644b0902cd3c94f19d4 (diff)
widgets: Remove unused function qt_dirtyRegion
Change-Id: I7e6dbc4fb777a2323d65b73164d8645d6efc95a4 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/widgets/kernel/qwidgetrepaintmanager_p.h')
-rw-r--r--src/widgets/kernel/qwidgetrepaintmanager_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidgetrepaintmanager_p.h b/src/widgets/kernel/qwidgetrepaintmanager_p.h
index 933142a307..34da752feb 100644
--- a/src/widgets/kernel/qwidgetrepaintmanager_p.h
+++ b/src/widgets/kernel/qwidgetrepaintmanager_p.h
@@ -266,7 +266,6 @@ private:
#endif
}
- friend QRegion qt_dirtyRegion(QWidget *);
friend class QWidgetPrivate;
friend class QWidget;
friend class QBackingStore;