GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
LineEdit.h
Go to the documentation of this file.
1#line 2 "src/Gui/AccountRegister/LineEdit.h"
2
3#ifndef __GUI_ACCOUNTREGISTER_SUGGESTIONEDIT_H___
4#define __GUI_ACCOUNTREGISTER_SUGGESTIONEDIT_H___
5
6#include <Wt/WLineEdit.h>
7
8#include "SuggestionPopup.h"
9
10namespace GCW {
11 namespace Gui {
12 namespace AccountRegister {
13
15: public Wt::WLineEdit
16{
17 public:
19
20};
21
22 } // endnamespace AccountRegister {
23 } // endnamespace Gui {
24} // endnamespace GCW {
25
26#endif // __GUI_ACCOUNTREGISTER_SUGGESTIONEDIT_H___
27
28
Definition App.h:18