aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/cpasterplugin.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-10 14:32:01 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-10 15:02:05 +0000
commitf62663e8e43c2d7b65446976a1293903bb3dcaee (patch)
treef823799350cf8e59354a8fea22495f00902efbe9 /src/plugins/cpaster/cpasterplugin.h
parentb4195d51746d86f4aa459d07d14a328c7945981a (diff)
Polish: Remove some more useless "slots" from headers
Change-Id: I9ba3b93e53e63153c1573d51c1aac53b7e088362 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cpaster/cpasterplugin.h')
-rw-r--r--src/plugins/cpaster/cpasterplugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cpaster/cpasterplugin.h b/src/plugins/cpaster/cpasterplugin.h
index ce9c9cc7781..e86b17983da 100644
--- a/src/plugins/cpaster/cpasterplugin.h
+++ b/src/plugins/cpaster/cpasterplugin.h
@@ -49,7 +49,6 @@ class CodePasterServiceImpl : public QObject, public CodePaster::Service
public:
explicit CodePasterServiceImpl(QObject *parent = 0);
-public slots:
void postText(const QString &text, const QString &mimeType) override;
void postCurrentEditor() override;
void postClipboard() override;