homescreenapp/examples/helloworldwidgetplugin/inc/helloworldwidgetplugin.h
changeset 62 341166945d65
parent 46 23b5d6a29cce
--- a/homescreenapp/examples/helloworldwidgetplugin/inc/helloworldwidgetplugin.h	Thu Jun 24 13:11:40 2010 +0100
+++ b/homescreenapp/examples/helloworldwidgetplugin/inc/helloworldwidgetplugin.h	Fri Jun 25 19:19:22 2010 +0300
@@ -22,6 +22,7 @@
 #include <qserviceplugininterface.h>
 
 QTM_USE_NAMESPACE
+// Start of snippet 1
 class HelloWorldWidgetPlugin : public QObject, public QServicePluginInterface
 {
     Q_OBJECT
@@ -32,5 +33,6 @@
                             QServiceContext *context,
                             QAbstractSecuritySession *session);
 };
+// End of snippet 1
 
 #endif // HELLOWORLDWIDGETPLUGIN_H