From a648c97bbc9470c29cfc9700fc30a083c7752ffc Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 12 Apr 2017 15:05:25 +0200 Subject: cleanup --- examples/mailtransportresource/mailtransportresource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/mailtransportresource/mailtransportresource.cpp b/examples/mailtransportresource/mailtransportresource.cpp index 8a4ef92..c73219f 100644 --- a/examples/mailtransportresource/mailtransportresource.cpp +++ b/examples/mailtransportresource/mailtransportresource.cpp @@ -66,7 +66,7 @@ public: return targetResource.identifier(); } - virtual Result processModification(Type type, const ApplicationDomain::ApplicationDomainType ¤t, ApplicationDomain::ApplicationDomainType &diff) Q_DECL_OVERRIDE + virtual Result process(Type type, const ApplicationDomain::ApplicationDomainType ¤t, ApplicationDomain::ApplicationDomainType &diff) Q_DECL_OVERRIDE { if (type == Preprocessor::Modification) { using namespace Sink::ApplicationDomain; -- cgit v1.2.3