X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=633c6478a8ce28002f85b47c6c2455584fc04ad4;hp=8cf1fadb25cfb0f707c4d207dd217269e56050a3;hb=f149a5054a144793cc622512d9341b91a161bd1e;hpb=5497a8fca5ba55b7a6abacb826f0531cc847ee21 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 8cf1fad..633c647 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -24,6 +24,10 @@ class Mainwindow : public QMainWindow { public: Mainwindow(InformationManager* mgr); +public Q_SLOTS: + void switchMainPlaneToAddress(uint64_t); + void requestNewFunctionByAddress(uint64_t address); + private: void addFunction(Function* fun); void setGlobalHotkeys(); @@ -49,9 +53,7 @@ private: InformationManager* manager; log4cxx::LoggerPtr logger; -public Q_SLOTS: - void switchMainPlaneToAddress(uint64_t); - void requestNewFunctionByAddress(uint64_t address); + private Q_SLOTS: void quit(); void open();