aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/cpasterplugin.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-05-18 12:00:50 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-05-18 13:32:09 +0000
commit715dfcd3f8a7953e090ab866d19c54b690b1a237 (patch)
tree006766f1ee687310b8fedc956aa21744be89c3a8 /src/plugins/cpaster/cpasterplugin.cpp
parent3d353424a6c6771afd4d5c2910ad4a748b42bf60 (diff)
CPaster: Replace pastecode.xyz with dpaste.com
The pastecode.xyz service has apparently ceased to exist. Fixes: QTCREATORBUG-24002 Change-Id: I95fe6ec1388558d4dc176f66b166026619414e89 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cpaster/cpasterplugin.cpp')
-rw-r--r--src/plugins/cpaster/cpasterplugin.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/cpaster/cpasterplugin.cpp b/src/plugins/cpaster/cpasterplugin.cpp
index 681f1aef3f2..49dcc1f0854 100644
--- a/src/plugins/cpaster/cpasterplugin.cpp
+++ b/src/plugins/cpaster/cpasterplugin.cpp
@@ -25,11 +25,11 @@
#include "cpasterplugin.h"
-#include "pasteview.h"
-#include "pastebindotcomprotocol.h"
-#include "pastecodedotxyzprotocol.h"
+#include "dpastedotcomprotocol.h"
#include "fileshareprotocol.h"
+#include "pastebindotcomprotocol.h"
#include "pasteselectdialog.h"
+#include "pasteview.h"
#include "settingspage.h"
#include "settings.h"
#include "urlopenprotocol.h"
@@ -91,12 +91,12 @@ public:
PasteBinDotComProtocol pasteBinProto;
FileShareProtocol fileShareProto;
- PasteCodeDotXyzProtocol pasteCodeProto;
+ DPasteDotComProtocol dpasteProto;
const QList<Protocol *> m_protocols {
&pasteBinProto,
&fileShareProto,
- &pasteCodeProto
+ &dpasteProto
};
SettingsPage m_settingsPage {