aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickoverlay_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-08 14:26:51 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-09 19:26:18 +0000
commit3a5bd3d4e564a1b3cd56ed2cfb5258e4ded763b6 (patch)
treecaf02741b70b3a1c44277e74fc9ce7d1aa924620 /src/templates/qquickoverlay_p.h
parentd1d3438f59a96f2263076d41d82a99e7269b4159 (diff)
Rename Panel to Popup
Popup is a more descriptive name. Furthermore, this name change opens the door for another type called Pane. It gives the appropriate background color for the current style & theme. Change-Id: Idb91d37e807f62e870b50f0b656e84ee2d43a9fb Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickoverlay_p.h')
-rw-r--r--src/templates/qquickoverlay_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickoverlay_p.h b/src/templates/qquickoverlay_p.h
index c5f9b719..cdba2532 100644
--- a/src/templates/qquickoverlay_p.h
+++ b/src/templates/qquickoverlay_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQuickPanel;
+class QQuickPopup;
class QQuickOverlay : public QQuickItem
{
@@ -77,8 +77,8 @@ protected:
private:
Q_DISABLE_COPY(QQuickOverlay)
- QHash<QQuickItem *, QQuickPanel *> m_panels;
- int m_modalPanels;
+ QHash<QQuickItem *, QQuickPopup *> m_popups;
+ int m_modalPopups;
};
QT_END_NAMESPACE