Skip to content

Commit

Permalink
Cleanup registration url of ArchiveModel
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Jun 21, 2018
1 parent 9f7df85 commit 6236ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/plugin.cpp
Expand Up @@ -63,7 +63,7 @@ class Q_DECL_EXPORT NemoFileManagerPlugin : public QQmlExtensionPlugin
{
Q_ASSERT(uri == QLatin1String("Nemo.FileManager"));
qmlRegisterType<FileModel>(uri, 1, 0, "FileModel");
qmlRegisterType<Sailfish::ArchiveModel>("Nemo.FileManager", 1, 0, "ArchiveModel");
qmlRegisterType<Sailfish::ArchiveModel>(uri, 1, 0, "ArchiveModel");
qmlRegisterType<FileWatcher>(uri, 1, 0, "FileWatcher");
qmlRegisterSingletonType<FileEngine>(uri, 1, 0, "FileEngine", engine_api_factory);

Expand Down

0 comments on commit 6236ce2

Please sign in to comment.