X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=f89f3ce140dfb02cba3269eccf47f82954f89ce2;hp=7e9cb3a975b8fc3c92102b098975a8794272724d;hb=788d2cf483ac868d2ce1e2007b578fc798853760;hpb=acc34914344962b8af7656c54cd442dad1341c92 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 7e9cb3a..f89f3ce 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -45,6 +45,7 @@ private: QAction *exitAction; QAction *openAction; + QAction *loadAction; QAction *saveAction; std::map blocks; @@ -59,12 +60,14 @@ private: private Q_SLOTS: void quit(); void open(); + void load(); void save(); void switchMainPlane(QTreeWidgetItem* item); void showListContextMenu(const QPoint&); void requestNewFunction(); void requestNewGroup(); void renameFunction(Function* function); + void renameGroup(QTreeWidgetItem* item); }; #endif /* INCLUDE__Mainwindow_hxx_ */