GnuCashew ~ GnuCash Enabled Web
GCW
AccountSuggestionEdit.h
Go to the documentation of this file.
1 #line 2 "src/Gui/AccountSuggestionEdit.h"
2 
3 #ifndef __GUI_ACCOUNTSUGGESTIONEDIT_H___
4 #define __GUI_ACCOUNTSUGGESTIONEDIT_H___
5 
6 #include <Wt/WLineEdit.h>
7 
9 
10 namespace GCW {
11  namespace Gui {
12 
14 : public Wt::WLineEdit
15 {
16  public:
18 
19 };
20 
21  } // endnamespace Gui {
22 } // endnamespace GCW {
23 
24 #endif // __GUI_ACCOUNTSUGGESTIONEDIT_H___
25 
26 
Definition: App.h:17