summaryrefslogtreecommitdiff
path: root/plugins/SessionLoader/Windows/sessionLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SessionLoader/Windows/sessionLoader.h')
-rw-r--r--plugins/SessionLoader/Windows/sessionLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SessionLoader/Windows/sessionLoader.h b/plugins/SessionLoader/Windows/sessionLoader.h
index bc8615e..b064e50 100644
--- a/plugins/SessionLoader/Windows/sessionLoader.h
+++ b/plugins/SessionLoader/Windows/sessionLoader.h
@@ -22,7 +22,7 @@ public:
/// \brief to get if is enabled
bool getEnabled() const;
/// \brief set the resources for the plugins
- void setResources(OptionInterface * options,const QString &writePath,const QString &pluginPath,const bool &portableVersion);
+ void setResources(OptionInterface * options,const std::string &writePath,const std::string &pluginPath,const bool &portableVersion);
/// \brief to get the options widget, NULL if not have
QWidget * options();
public slots: