diff -r 48848d132687 -r 940f6b67827d ftuwizardmodel/inc/ftuwizard.h --- a/ftuwizardmodel/inc/ftuwizard.h Fri Apr 16 11:40:46 2010 +0800 +++ b/ftuwizardmodel/inc/ftuwizard.h Fri May 14 13:29:47 2010 +0800 @@ -25,7 +25,7 @@ #include #include #include -#include +#include class QGraphicsWidget; @@ -73,6 +73,13 @@ * The text to be shown in table of contents UI component. */ QString mTocLabel; + /** + * Informs Framework whether a plugin is having any ftu view or not. + * It should be set to false by plugin if it has any FTU view to be shown + * when the plugin is activated. It should be set to true if plugin + * is invoking any service/wizard, when plugin is selected/activated. + */ + bool mNoViews; } FtuWizardSetting; /**