summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-remote/server_qtro/processingservice.h
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-04-26 13:02:59 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-05-03 13:08:02 +0000
commit753c35e2003b96175ccb40b9dfb709d20b620c72 (patch)
treed81830611ee1087854ab0395b2f7bea982da92a1 /examples/ivicore/qface-ivi-remote/server_qtro/processingservice.h
parent6e95e95bce698ad1844099c5bc4b5822e56ecb06 (diff)
downloadqtivi-753c35e2003b96175ccb40b9dfb709d20b620c72.tar.gz
Change the example walkthroughs to include code from files
Use qdoc \snippet instead of hard coded snippets in the QtIvi core example walkthroughs Task-number: AUTOSUITE-278 Change-Id: Icd966aeb53805d7b0009db490d5c462c22d75bf8 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
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