From bd56579c7d9de94c17287adefa118290e6b7ba33 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 23 Feb 2018 23:49:48 +0000 Subject: New upstream version 1.4.0.3 --- SessionLoader.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'SessionLoader.h') diff --git a/SessionLoader.h b/SessionLoader.h index c14f0f5..7889284 100644 --- a/SessionLoader.h +++ b/SessionLoader.h @@ -35,9 +35,9 @@ class SessionLoader : public QObject #ifndef ULTRACOPIER_PLUGIN_ALL_IN_ONE void onePluginWillBeRemoved(const PluginsAvailable &plugin); #endif - void newOptionValue(const QString &groupName,const QString &variableName,const QVariant &value); + void newOptionValue(const std::string &groupName,const std::string &variableName,const std::string &value); #ifdef ULTRACOPIER_DEBUG - void debugInformation(const Ultracopier::DebugLevel &level,const QString& fonction,const QString& text,const QString& file,const int& ligne); + void debugInformation(const Ultracopier::DebugLevel &level,const std::string& fonction,const std::string& text,const std::string& file,const int& ligne); #endif // ULTRACOPIER_DEBUG private: //variable @@ -47,10 +47,10 @@ class SessionLoader : public QObject #ifndef ULTRACOPIER_PLUGIN_ALL_IN_ONE_DIRECT QPluginLoader * pluginLoader; #endif - QString path; + std::string path; LocalPluginOptions *options; }; - QList pluginList; + std::vector pluginList; bool shouldEnabled; OptionDialog *optionDialog; signals: -- cgit v1.2.3