aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-05-15 15:31:55 +0200
committerEike Ziller <eike.ziller@qt.io>2017-05-15 15:31:55 +0200
commit64b19af7dd28f6c02588c977af9ce10441b28a3f (patch)
treeb78685ec58c633b652fa8f493e225152c2afd170 /src/plugins/cpaster
parent36c8227cafb58a97b28aadb12c14218337da9c64 (diff)
parent02d2b36ce7fcba99829c28325b803e07bb8b14b2 (diff)
Merge remote-tracking branch 'origin/4.3'
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: I6d89ea588de955f5d878500b59285d3adde6c77d
Diffstat (limited to 'src/plugins/cpaster')
-rw-r--r--src/plugins/cpaster/pastebindotcaprotocol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cpaster/pastebindotcaprotocol.cpp b/src/plugins/cpaster/pastebindotcaprotocol.cpp
index aeb83d20d4..b6fac76b6c 100644
--- a/src/plugins/cpaster/pastebindotcaprotocol.cpp
+++ b/src/plugins/cpaster/pastebindotcaprotocol.cpp
@@ -34,8 +34,8 @@
#include <QJsonValue>
#include <QJsonObject>
-static const char urlC[] = "http://pastebin.ca/";
-static const char internalUrlC[] = "http://pbin.ca/";
+static const char urlC[] = "https://pastebin.ca/";
+static const char internalUrlC[] = "https://pbin.ca/";
static const char protocolNameC[] = "Pastebin.Ca";
static inline QByteArray expiryValue(int expiryDays)