summaryrefslogtreecommitdiffstats
path: root/src/sensors/qmobilitypluginsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qmobilitypluginsearch.h')
-rw-r--r--src/sensors/qmobilitypluginsearch.h2
1 files changed, 1 insertions, 1 deletions
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);