Fix build of Dolphin integration
authorNicolas Fella <nicolas.fella@gmx.de>
Fri, 17 Apr 2020 10:44:25 +0000 (12:44 +0200)
committerNicolas Fella <nicolas.fella@gmx.de>
Fri, 17 Apr 2020 10:48:10 +0000 (12:48 +0200)
config.h needs to be included in the header already since we use APPLICATION_ICON_NAME there. This got introduced in 6fc877577c84e2ed3b175ee1425255e52d1d37b4

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
shell_integration/dolphin/ownclouddolphinpluginhelper.cpp
shell_integration/dolphin/ownclouddolphinpluginhelper.h

index 1bb10e6c572f51166fb6b6646705678da8af461c..59d2308e2dd79ac0cb14085747dfed7c17f7a9a4 100644 (file)
@@ -22,7 +22,6 @@
 #include <QStandardPaths>
 #include <QFile>
 #include "ownclouddolphinpluginhelper.h"
-#include "config.h"
 
 OwncloudDolphinPluginHelper* OwncloudDolphinPluginHelper::instance()
 {
index 6d5b77af8efcdcbada1f0e061c7b66826d9cd8f3..f6659e417a1f9d6d8c6f86a3ec8bfc746f915670 100644 (file)
@@ -23,6 +23,7 @@
 #include <QLocalSocket>
 #include <QRegularExpression>
 #include "ownclouddolphinpluginhelper_export.h"
+#include "config.h"
 
 class OWNCLOUDDOLPHINPLUGINHELPER_EXPORT OwncloudDolphinPluginHelper : public QObject {
     Q_OBJECT