X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=953b3152b4b48221bb6f376a2ca56ae3d02f4a05;hp=bb2a90e2a4fd15e19933d7b48f0f6b9606242e6e;hb=21463b5c215974f253a0100231890ed909cd19e3;hpb=fd23bef07ee9d7adb3337d095f78adc6e0b18078 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index bb2a90e..953b315 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -22,6 +22,7 @@ class Mainwindow : public QMainWindow { Q_OBJECT public: Mainwindow(InformationManager* mgr); + private: void addFunction(Function* fun); @@ -46,6 +47,8 @@ private: private Q_SLOTS: void quit(); void open(); + void showListContextMenu(const QPoint&); + void requestNewFunction(); }; #endif /* INCLUDE__Mainwindow_hxx_ */