diff options
Diffstat (limited to 'liveview/liveviewplugin.cpp')
-rw-r--r-- | liveview/liveviewplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liveview/liveviewplugin.cpp b/liveview/liveviewplugin.cpp index c7d862e..1f34949 100644 --- a/liveview/liveviewplugin.cpp +++ b/liveview/liveviewplugin.cpp @@ -31,6 +31,7 @@ WatchScanner* LiveViewPlugin::getScanner(QObject *parent) QUrl LiveViewPlugin::getConfigQmlUrl(const QString &driver) { + Q_UNUSED(driver); return QUrl(); } |