diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 19:33:01 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 19:33:01 +0100 |
commit | 938554f267193b652478fc12343819fa45d76034 (patch) | |
tree | 1c027f97f3209571740377f1d4b7e6721d8de777 /examples/imapresource/imapresource.h | |
parent | 885f185f55249a2e97e9c7c238f89a5d0d99d1df (diff) | |
download | sink-938554f267193b652478fc12343819fa45d76034.tar.gz sink-938554f267193b652478fc12343819fa45d76034.zip |
Moved inspection commands to a separate inspector.
Diffstat (limited to 'examples/imapresource/imapresource.h')
-rw-r--r-- | examples/imapresource/imapresource.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/imapresource/imapresource.h b/examples/imapresource/imapresource.h index d345d64..aeb1200 100644 --- a/examples/imapresource/imapresource.h +++ b/examples/imapresource/imapresource.h | |||
@@ -40,13 +40,6 @@ class ImapResource : public Sink::GenericResource | |||
40 | { | 40 | { |
41 | public: | 41 | public: |
42 | ImapResource(const Sink::ResourceContext &resourceContext); | 42 | ImapResource(const Sink::ResourceContext &resourceContext); |
43 | KAsync::Job<void> inspect(int inspectionType, const QByteArray &inspectionId, const QByteArray &domainType, const QByteArray &entityId, const QByteArray &property, const QVariant &expectedValue) Q_DECL_OVERRIDE; | ||
44 | |||
45 | private: | ||
46 | QString mServer; | ||
47 | int mPort; | ||
48 | QString mUser; | ||
49 | QString mPassword; | ||
50 | }; | 43 | }; |
51 | 44 | ||
52 | class ImapResourceFactory : public Sink::ResourceFactory | 45 | class ImapResourceFactory : public Sink::ResourceFactory |