diff options
Diffstat (limited to 'interchange.hxx')
-rw-r--r-- | interchange.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interchange.hxx b/interchange.hxx index 4b4f44c..8a4dfc3 100644 --- a/interchange.hxx +++ b/interchange.hxx @@ -20,10 +20,10 @@ namespace QInterchange { * \param cookie Path to the cookie file. * \param certificate Path to the CA certificate file. */ - Interchange(char const* sampleURL, - char const* image_Dir, - char const* cookie = nullptr, - char const* certificate = nullptr); + Interchange(const char* sampleURL, + const char* image_Dir, + const QString& cookie = "", + const QString& certificate = ""); /*! * \brief Destructor. */ |