aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/abstractinputpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/abstractinputpanel.cpp')
-rw-r--r--src/virtualkeyboard/abstractinputpanel.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/virtualkeyboard/abstractinputpanel.cpp b/src/virtualkeyboard/abstractinputpanel.cpp
index cccfa165..6deda242 100644
--- a/src/virtualkeyboard/abstractinputpanel.cpp
+++ b/src/virtualkeyboard/abstractinputpanel.cpp
@@ -37,6 +37,16 @@
*/
/*!
+ Creates an input panel container with \a dd as private data and
+ \a parent but does not construct the view. The view is explicitly
+ constructed by the AbstractInputPanel::createView() method.
+*/
+AbstractInputPanel::AbstractInputPanel(QObjectPrivate &dd, QObject *parent) :
+ QObject(dd, parent)
+{
+}
+
+/*!
Creates an input panel container with \a parent but does not construct
the view. The view is explicitly constructed by the
AbstractInputPanel::createView() method.