X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=f89f3ce140dfb02cba3269eccf47f82954f89ce2;hp=3a2e10d3587de8980c0db8a843f3eaf5f7fc9be4;hb=11fd69cdfce58707599bf57c07c5a784905e23f6;hpb=efaafdaf4a18b5f2f4dd743aa3f0e609d428b15a diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 3a2e10d..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,6 +60,7 @@ private: private Q_SLOTS: void quit(); void open(); + void load(); void save(); void switchMainPlane(QTreeWidgetItem* item); void showListContextMenu(const QPoint&);