GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
AccountSuggestionModel.h
Go to the documentation of this file.
1#line 2 "src/Eng/AccountSuggestionModel.h"
2
3#ifndef __ENG_ACCOUNTSUGGESTIONMODEL_H___
4#define __ENG_ACCOUNTSUGGESTIONMODEL_H___
5
6#include <Wt/WStandardItemModel.h>
7
8namespace GCW {
9 namespace Eng {
10
11
12
15{
16 public:
17
18 AccountSuggestionModel( const std::string & _accountGuid );
19
20
21 std::string m_accountGuid;
22
23};
24
25 } // end namespace Eng {
26} // endnamespace GCW {
27
28
29#endif // #ifndef __ENG_ACCOUNTSUGGESTIONMODEL_H___
30
31
Definition App.h:18