summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/remoteobjects_server/main.cpp
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2023-06-28 18:45:22 +0200
committerØystein Heskestad <oystein.heskestad@qt.io>2023-07-06 09:35:15 +0200
commit1e1807220c61861a4077ef35b553e7dd74d85d69 (patch)
tree8ab88cef91dcb2e5ed9b04ee7635502950b140e8 /examples/remoteobjects/remoteobjects_server/main.cpp
parentc4317ff10cae425e47c3636351e749f007195f2f (diff)
Revamp clientapp and remoteobjects_server examples
Merge clientapp and plugins into a single stand-alone example. Add documentation of clientapp and remoteobjects_server. Task-number: QTBUG-112850 Pick-to: 6.6 6.5 Change-Id: I03340d3208fac7448f7de5d7720a61d2eeaf5a0a Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'examples/remoteobjects/remoteobjects_server/main.cpp')
-rw-r--r--examples/remoteobjects/remoteobjects_server/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/remoteobjects/remoteobjects_server/main.cpp b/examples/remoteobjects/remoteobjects_server/main.cpp
index 952b799..f55b45e 100644
--- a/examples/remoteobjects/remoteobjects_server/main.cpp
+++ b/examples/remoteobjects/remoteobjects_server/main.cpp
@@ -38,6 +38,7 @@ void SigIntHandler()
}
#endif
+//![0]
int main(int argc, char *argv[])
{
QCoreApplication app(argc, argv);
@@ -55,3 +56,4 @@ int main(int argc, char *argv[])
Q_UNUSED(timer)
return app.exec();
}
+//![0]