emailuis/nmailuiengine/src/nmbaseclientplugin.cpp
changeset 40 2c62ef3caffd
parent 23 2dc6caa42ec3
child 30 759dc5235cdb
equal deleted inserted replaced
39:b0b89ca206b5 40:2c62ef3caffd
   238     Public slot connected to options menu settings NmAction.
   238     Public slot connected to options menu settings NmAction.
   239     Opens mailbox settings.
   239     Opens mailbox settings.
   240 */
   240 */
   241 void NmBaseClientPlugin::settings()
   241 void NmBaseClientPlugin::settings()
   242 {
   242 {
       
   243     handleRequest(NmActionResponseCommandSettings, mMenuRequest);
   243 }
   244 }
   244 
   245 
   245 /*!
   246 /*!
   246     Public slot connected to triggered() signal of send mail action instance.
   247     Public slot connected to triggered() signal of send mail action instance.
   247     Sends the send mail command to the action observer.
   248     Sends the send mail command to the action observer.