]> git.siccegge.de Git - frida/frida.git/blob - src/gui/dialogs/SimpleStringDialog.hxx
Add option to comment on instructions (in GUI)
[frida/frida.git] / src / gui / dialogs / SimpleStringDialog.hxx
1 #include "gui/qt.hxx"
2
3 class SimpleStringDialog : public QDialog {
4 Q_OBJECT
5 public:
6 SimpleStringDialog(const QString& title);
7
8 QString result();
9 private:
10 QLineEdit * edit;
11 };