X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=f89f3ce140dfb02cba3269eccf47f82954f89ce2;hb=7cc1f7b923b7859a7469e6a651d4a87bc48c4772;hp=3a2e10d3587de8980c0db8a843f3eaf5f7fc9be4;hpb=2b057d0cd0501832d789b31551192e7e4202f4ca;p=frida%2Ffrida.git 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&);