forked from qt-creator/qt-creator
CPaster: Fix URLs for pastebin.ca
Protocol switched to HTTPS recently. Task-number: QTCREATORBUG-18192 Change-Id: I467534142478f5511e645a2e959ad3422640a0a6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user