]> git.siccegge.de Git - frida/frida.git/blob - src/gui/dialogs/NewFunctionDialog.hxx
Add missing Include-Guards to dialogs
[frida/frida.git] / src / gui / dialogs / NewFunctionDialog.hxx
1 #ifndef INCLUDE__NewFunctionDialog_hxx
2 #define INCLUDE__NewFunctionDialog_hxx
3
4 #include "qt.hxx"
5
6 class NewFunctionDialog : public QDialog {
7 Q_OBJECT
8 public:
9 NewFunctionDialog();
10
11 uint64_t result();
12 private:
13 QLineEdit * edit;
14 };
15
16 #endif /* INCLUDE__NewFunctionDialog_hxx */