homescreenapp/stateplugins/hsmenuworkerstateplugin/tsrc/t_hsmenuworkerstateplugin/src/t_hsshortcutservice.cpp
changeset 97 66b5fe3c07fd
parent 90 3ac3aaebaee5
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/tsrc/t_hsmenuworkerstateplugin/src/t_hsshortcutservice.cpp	Mon Sep 27 11:52:00 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/tsrc/t_hsmenuworkerstateplugin/src/t_hsshortcutservice.cpp	Wed Oct 06 16:06:24 2010 +0300
@@ -14,27 +14,48 @@
 * Description:
 *
 */
+
 #include "t_hsshortcutservice.h"
 
+// ---------------------------------------------------------------------------
+//
+// ---------------------------------------------------------------------------
+//
 HsShortcutService::~HsShortcutService()
 {
 }
 
+// ---------------------------------------------------------------------------
+//
+// ---------------------------------------------------------------------------
+//
 QSharedPointer<HsShortcutService>
 HsShortcutService::instance(QStateMachine *machine)
 {
     return QSharedPointer<HsShortcutService >(new HsShortcutService(machine));
 }
 
+// ---------------------------------------------------------------------------
+//
+// ---------------------------------------------------------------------------
+//
 void HsShortcutService::executeCollectionAction(int, QString)
 {
 }
 
+// ---------------------------------------------------------------------------
+//
+// ---------------------------------------------------------------------------
+//
 bool HsShortcutService::isItemShortcutWidget(int)
 {
     return false;
 }
 
+// ---------------------------------------------------------------------------
+//
+// ---------------------------------------------------------------------------
+//
 HsShortcutService::HsShortcutService(QStateMachine *, QObject *)
 {
 }