From c42d5abff1f5f51facc169dd593725d819c4c868 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 18 Sep 2011 04:26:20 +0200 Subject: separation into lib and plugins complete --- libsowatch/watchplugininterface.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libsowatch/watchplugininterface.h') diff --git a/libsowatch/watchplugininterface.h b/libsowatch/watchplugininterface.h index 6b32385..e360dea 100644 --- a/libsowatch/watchplugininterface.h +++ b/libsowatch/watchplugininterface.h @@ -1,21 +1,23 @@ #ifndef WATCHPLUGININTERFACE_H #define WATCHPLUGININTERFACE_H -#include +#include +#include #include +#include "sowatch_global.h" namespace sowatch { class Watch; -class WatchPluginInterface +class SOWATCH_EXPORT WatchPluginInterface { public: virtual ~WatchPluginInterface(); virtual QStringList drivers() = 0; - virtual Watch* getWatch(const QString& driver, const QString& connId, QObject *parent = 0) = 0; + virtual Watch* getWatch(const QString& driver, QSettings& settings, QObject *parent = 0) = 0; }; } -- cgit v1.2.3