summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-remote/server_qtro/processingservice.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivicore/qface-ivi-remote/server_qtro/processingservice.h')
-rw-r--r--examples/ivicore/qface-ivi-remote/server_qtro/processingservice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ivicore/qface-ivi-remote/server_qtro/processingservice.h b/examples/ivicore/qface-ivi-remote/server_qtro/processingservice.h
index c7ef6b8..8c7f6b2 100644
--- a/examples/ivicore/qface-ivi-remote/server_qtro/processingservice.h
+++ b/examples/ivicore/qface-ivi-remote/server_qtro/processingservice.h
@@ -52,7 +52,7 @@
#ifndef PROCESSINGSERVICE_H
#define PROCESSINGSERVICE_H
-
+//! [0]
#include "rep_processingservice_source.h"
class ProcessingService : public ProcessingServiceSimpleSource
@@ -62,5 +62,5 @@ public:
int process(const QString & data) override;
};
-
+//! [0]
#endif // PROCESSINGSERVICE_H