aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/cpasterplugin.cpp
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-04-08 10:38:09 +0200
committerChristian Stenger <christian.stenger@qt.io>2019-04-23 06:44:19 +0000
commite1deae844ea8deade44ff1e9c0ee865ae45a7794 (patch)
treeef6df745d9022d6789045d6e3c9f093c428df5de /src/plugins/cpaster/cpasterplugin.cpp
parentad703e108b0d2aa8aba2a7fb84a41d1ed6618ff1 (diff)
CPaster: Remove KDE paster
There is no official API anymore after the latest change of the KDE paster and it was probably almost no more in use after the need for credentials. Remove everything related except the base implementation of the sticky notes part as it could be re-used for another paster that based on the old approach used by the KDE paster. Change-Id: I0e2c3f279bc9eaa373147ee2909c9538f0d62498 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/cpaster/cpasterplugin.cpp')
-rw-r--r--src/plugins/cpaster/cpasterplugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cpaster/cpasterplugin.cpp b/src/plugins/cpaster/cpasterplugin.cpp
index a101598e8bf..13c4faabe36 100644
--- a/src/plugins/cpaster/cpasterplugin.cpp
+++ b/src/plugins/cpaster/cpasterplugin.cpp
@@ -26,7 +26,6 @@
#include "cpasterplugin.h"
#include "pasteview.h"
-#include "kdepasteprotocol.h"
#include "pastebindotcomprotocol.h"
#include "pastecodedotxyzprotocol.h"
#include "fileshareprotocol.h"
@@ -120,7 +119,6 @@ bool CodepasterPlugin::initialize(const QStringList &arguments, QString *errorMe
// Create the protocols and append them to the Settings
Protocol *protos[] = {new PasteBinDotComProtocol,
- new KdePasteProtocol,
new FileShareProtocol,
new PasteCodeDotXyzProtocol,
};