forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user