ImageViewer: Use standard plugin setup pattern

Change-Id: Iab9536115b243563bb9a4bfd56b9d211a45f1b0b
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2020-01-22 15:37:47 +01:00
parent eea2ff5f79
commit 3a5cb65128
4 changed files with 98 additions and 102 deletions

View File

@@ -37,7 +37,7 @@ class ImageViewerFactory : public Core::IEditorFactory
{
Q_OBJECT
public:
explicit ImageViewerFactory(QObject *parent = nullptr);
ImageViewerFactory();
Core::IEditor *createEditor() override;
};