summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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