diff options
Diffstat (limited to 'liveview/liveviewplugin.cpp')
-rw-r--r-- | liveview/liveviewplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liveview/liveviewplugin.cpp b/liveview/liveviewplugin.cpp index 6ad6f7f..0562f06 100644 --- a/liveview/liveviewplugin.cpp +++ b/liveview/liveviewplugin.cpp @@ -19,7 +19,7 @@ LiveViewPlugin::~LiveViewPlugin() QStringList LiveViewPlugin::drivers() { QStringList d; - d << "livewview"; + d << "liveview"; return d; } |