summaryrefslogtreecommitdiffstats
path: root/src/sensors
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-05-20 17:28:17 +1000
committerAlex <qt-info@nokia.com>2011-05-20 17:28:17 +1000
commita68ecd542c5b24f34026c425bf45de10af386d87 (patch)
tree7a173a566590d066387403325b37989939ae9a6a /src/sensors
parent6a850596d34703ae65e346d72ad88b5da0732183 (diff)
Fix Qt coding style issues
Diffstat (limited to 'src/sensors')
-rw-r--r--src/sensors/qlightsensor.cpp2
-rw-r--r--src/sensors/qmobilitypluginsearch.h2
-rw-r--r--src/sensors/sensors.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/sensors/qlightsensor.cpp b/src/sensors/qlightsensor.cpp
index 61c7199f..06701bc6 100644
--- a/src/sensors/qlightsensor.cpp
+++ b/src/sensors/qlightsensor.cpp
@@ -49,7 +49,7 @@ IMPLEMENT_READING(QLightReading)
/*!
\class QLightReading
\ingroup sensors_reading
-
+
\since 1.2
\preliminary
diff --git a/src/sensors/qmobilitypluginsearch.h b/src/sensors/qmobilitypluginsearch.h
index 7485154b..cf65221b 100644
--- a/src/sensors/qmobilitypluginsearch.h
+++ b/src/sensors/qmobilitypluginsearch.h
@@ -147,7 +147,7 @@ inline QStringList mobilityPlugins(const QString& plugintype)
/* Add application path + plugintype */
QDir appldir(QCoreApplication::applicationDirPath());
- if(appldir.cd(plugintype)){
+ if (appldir.cd(plugintype)) {
if (!processed.contains(appldir.absolutePath())){
processed.insert(appldir.absolutePath());
QStringList files = appldir.entryList(QDir::Files);
diff --git a/src/sensors/sensors.pro b/src/sensors/sensors.pro
index 09456ef8..2b36395a 100644
--- a/src/sensors/sensors.pro
+++ b/src/sensors/sensors.pro
@@ -9,7 +9,7 @@ CONFIG(debug,debug|release):DEFINES += ENABLE_RUNTIME_SENSORLOG
MOUDLUE_PRI = ../../modules/qt_sensors.pri
-QT = core
+QT = core
DEFINES += QT_BUILD_SENSORS_LIB QT_MAKEDLL