[Pkg-owncloud-commits] [owncloud-client] 458/484: Dolphin plugin: Fix compiler warnings
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:38:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 1f8af403615ae044e9a59a1fa103c49f911792c8
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Wed Dec 2 13:14:15 2015 +0100
Dolphin plugin: Fix compiler warnings
---
shell_integration/dolphin/ownclouddolphinactionplugin.cpp | 1 -
shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/shell_integration/dolphin/ownclouddolphinactionplugin.cpp b/shell_integration/dolphin/ownclouddolphinactionplugin.cpp
index 4788474..058f5c2 100644
--- a/shell_integration/dolphin/ownclouddolphinactionplugin.cpp
+++ b/shell_integration/dolphin/ownclouddolphinactionplugin.cpp
@@ -62,6 +62,5 @@ public:
};
K_PLUGIN_FACTORY(OwncloudDolphinPluginActionFactory, registerPlugin<OwncloudDolphinPluginAction>();)
-K_EXPORT_PLUGIN(OwncloudDolphinPluginActionFactory("ownclouddolhpinpluginaction"))
#include "ownclouddolphinactionplugin.moc"
diff --git a/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp b/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
index fa0e58e..5ea31dc 100644
--- a/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
+++ b/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
@@ -26,7 +26,7 @@
class OwncloudDolphinPlugin : public KOverlayIconPlugin
{
- Q_PLUGIN_METADATA(IID "com.owncloud.ovarlayiconplugin" FILE "ownclouddolphinoverlayplugin.json");
+ Q_PLUGIN_METADATA(IID "com.owncloud.ovarlayiconplugin" FILE "ownclouddolphinoverlayplugin.json")
Q_OBJECT
typedef QHash<QByteArray, QByteArray> StatusMap;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list