iaupdate/IAD/ui/src/iaupdatemainwindow.cpp
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
    30     // Add the views to the main window
    30     // Add the views to the main window
    31     addMainView(engine);
    31     addMainView(engine);
    32     addSettingView();
    32     addSettingView();
    33     
    33     
    34     // show the main window (which will display the last view that was added)
    34     // show the main window (which will display the last view that was added)
    35     show();   //temp
    35     show();   
    36 }
    36 }
    37 
    37 
    38 // Destructor
    38 // Destructor
    39 IAUpdateMainWindow::~IAUpdateMainWindow()
    39 IAUpdateMainWindow::~IAUpdateMainWindow()
    40 {
    40 {
   100     return mMainView;    
   100     return mMainView;    
   101 }
   101 }
   102    
   102    
   103 CIAUpdateSettingDialog* IAUpdateMainWindow::GetSettingView()
   103 CIAUpdateSettingDialog* IAUpdateMainWindow::GetSettingView()
   104 {
   104 {
   105     return mSettingView;}
   105     return mSettingView;
       
   106 }
   106 
   107 
   107 
   108