X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=0962efd7e1a554798efa6d2e30346a527113d50e;hp=7084e2fec3c6995adb2256d7d208b4db4b6c08f2;hb=64cdefa8eebaedef3a852b061d4df431b7e6c654;hpb=083a8802e608a69d622ff5cda5d21ff61e289a85 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 7084e2f..0962efd 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -39,6 +39,7 @@ private: QAction *exitAction; QAction *openAction; + QAction *saveAction; std::map blocks; std::map objects_list; @@ -53,6 +54,7 @@ public Q_SLOTS: private Q_SLOTS: void quit(); void open(); + void save(); void switchMainPlane(int); void showListContextMenu(const QPoint&); void requestNewFunction();