git-svn-id: file:///svnroot/family-shop-mgr@21 26eb2498-383b-47a6-be48-5d6f36779e85
[family-shop-mgr] / code / family-shop-mgr / FamilyShoppingManagerMainWindow.cpp
index e962014..fe8187c 100644 (file)
@@ -26,6 +26,7 @@
 #include "ListManagerView.h"
 #include "GoShoppingView.h"
 
+/*******************************************************************/
 FamilyShoppingManagerMainWindow::FamilyShoppingManagerMainWindow(QWidget *parent)
     : QMainWindow(parent), activityView(NULL), showCheckedItemsAction(NULL),
     endShoppingAction(NULL), goShoppingAction(NULL), editMenu(NULL)
@@ -38,11 +39,13 @@ FamilyShoppingManagerMainWindow::FamilyShoppingManagerMainWindow(QWidget *parent
     showListManager();
 }
 
+/*******************************************************************/
 FamilyShoppingManagerMainWindow::~FamilyShoppingManagerMainWindow()
 {
     delete activityView;
 }
 
+/*******************************************************************/
 void FamilyShoppingManagerMainWindow::showListManager()
 {
     menuBar()->clear();
@@ -70,6 +73,7 @@ void FamilyShoppingManagerMainWindow::showListManager()
     update();
 }
 
+/*******************************************************************/
 void FamilyShoppingManagerMainWindow::showGoShopping()
 {
     menuBar()->clear();
@@ -95,6 +99,7 @@ void FamilyShoppingManagerMainWindow::showGoShopping()
     update();
 }
 
+/*******************************************************************/
 void FamilyShoppingManagerMainWindow::showAbout()
 {
     QString text;