summaryrefslogtreecommitdiff
path: root/interchange.hxx
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-12 10:23:22 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-12 10:23:22 +0800
commit4b8ef74da93c6ef4661c77373ea6818397e8d798 (patch)
tree57968bc1ec736da78579d75d6507965e4ecbea1a /interchange.hxx
parent18cd0a85f48ff6a7cf05311c42c7bb1a39f77988 (diff)
Change cookie & cert param types to QString&
Diffstat (limited to 'interchange.hxx')
-rw-r--r--interchange.hxx8
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.
*/