forked from qt-creator/qt-creator
CPaster: Fix compile for some older compiler
Change-Id: I32d9f29aa091cb1a9e44b4ce8d519e6ee1aa403a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -37,10 +37,10 @@
|
||||
|
||||
namespace CodePaster {
|
||||
|
||||
static QString baseUrl() { return "https://pastecode.xyz"; }
|
||||
static QString baseUrl() { return QString("https://pastecode.xyz"); }
|
||||
static QString apiUrl() { return baseUrl() + "/api"; }
|
||||
|
||||
QString PasteCodeDotXyzProtocol::protocolName() { return "Pastecode.Xyz"; }
|
||||
QString PasteCodeDotXyzProtocol::protocolName() { return QString("Pastecode.Xyz"); }
|
||||
|
||||
unsigned PasteCodeDotXyzProtocol::capabilities() const
|
||||
{
|
||||
|
Reference in New Issue
Block a user