We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa9cbc commit 2aac8afCopy full SHA for 2aac8af
src/plugins/vfs/xattr/vfs_xattr.h
@@ -98,7 +98,7 @@ public Q_SLOTS:
98
class XattrVfsPluginFactory : public QObject, public DefaultPluginFactory<VfsXAttr>
99
{
100
Q_OBJECT
101
- Q_PLUGIN_METADATA(IID "eu.opencloud.PluginFactory" FILE "libsync/common/vfspluginmetadata.json")
+ Q_PLUGIN_METADATA(IID "eu.opencloud.PluginFactory" FILE "libsync/vfs/vfspluginmetadata.json")
102
Q_INTERFACES(OCC::PluginFactory)
103
};
104
0 commit comments