Initialize members
authorLars Knoll <lars.knoll@nokia.com>
Mon, 30 Apr 2012 07:19:31 +0000 (09:19 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 1 May 2012 05:10:28 +0000 (07:10 +0200)
Change-Id: I786de497af63a45d9c38780e856a3f27c5ce8468
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/plugins/generic/evdevtouch/qevdevtouch.cpp

index 1c3e895..327f644 100644 (file)
@@ -114,7 +114,8 @@ QTouchScreenData::QTouchScreenData(QTouchScreenHandler *q_ptr, const QStringList
       m_currentSlot(0),
       hw_range_x_min(0), hw_range_x_max(0),
       hw_range_y_min(0), hw_range_y_max(0),
-      hw_pressure_min(0), hw_pressure_max(0)
+      hw_pressure_min(0), hw_pressure_max(0),
+      m_device(0), m_typeB(false)
 {
     m_forceToActiveWindow = args.contains(QLatin1String("force_window"));
 }