X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=7084e2fec3c6995adb2256d7d208b4db4b6c08f2;hp=14d41b3fa6ebe46ae8ea035f0ea739c53927d037;hb=083a8802e608a69d622ff5cda5d21ff61e289a85;hpb=8ba5b5b647e39ce4b337b6b56a246f293c511954 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 14d41b3..7084e2f 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -25,6 +25,7 @@ public: private: void addFunction(Function* fun); + void setGlobalHotkeys(); QTextEdit *textEdit; QPushButton *quitButton; @@ -48,12 +49,14 @@ private: log4cxx::LoggerPtr logger; public Q_SLOTS: void switchMainPlaneToAddress(uint64_t); + void requestNewFunctionByAddress(uint64_t address); private Q_SLOTS: void quit(); void open(); void switchMainPlane(int); void showListContextMenu(const QPoint&); void requestNewFunction(); + void renameFunction(QListWidgetItem * item); }; #endif /* INCLUDE__Mainwindow_hxx_ */