GnuCashew ~ GnuCash Enabled Web
GCW
AccountComboModel.h
Go to the documentation of this file.
1 #line 2 "src/Eng/AccountComboModel.h"
2 
3 #ifndef __ENG_ACCOUNTCOMBOMODEL_H___
4 #define __ENG_ACCOUNTCOMBOMODEL_H___
5 
6 #include <Wt/WStandardItemModel.h>
7 
8 namespace GCW {
9  namespace Eng {
10 
12 : public Wt::WStandardItemModel
13 {
14  public:
15 
17 };
18 
19  } // end namespace Eng {
20 } // endnamespace GCW {
21 
22 #endif // #ifndef __ENG_ACCOUNTCOMBOMODEL_H___
23 
24 
Definition: App.h:17