Initialize members

Change-Id: I786de497af63a45d9c38780e856a3f27c5ce8468
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
Lars Knoll 2012-04-30 09:19:31 +02:00 committed by Qt by Nokia
parent 7329d61212
commit 69218f58a9

View 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"));
}