diff -r 851e19007849 -r 7e4c5a2ff1a2 ftuwizardmodel/inc/ftuwizard.h --- a/ftuwizardmodel/inc/ftuwizard.h Mon May 03 12:46:45 2010 +0300 +++ b/ftuwizardmodel/inc/ftuwizard.h Fri May 14 16:07:47 2010 +0300 @@ -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; /**