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