X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=179a9c40ac5f6aacf72972883922504a6f7e3a01;hp=14d41b3fa6ebe46ae8ea035f0ea739c53927d037;hb=26ff0a6f5b4ea19657f851a82a8d679f10d19edb;hpb=8ba5b5b647e39ce4b337b6b56a246f293c511954 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 14d41b3..179a9c4 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -25,6 +25,7 @@ public: private: void addFunction(Function* fun); + void setGlobalHotkeys(); QTextEdit *textEdit; QPushButton *quitButton; @@ -54,6 +55,7 @@ private Q_SLOTS: void switchMainPlane(int); void showListContextMenu(const QPoint&); void requestNewFunction(); + void renameFunction(QListWidgetItem * item); }; #endif /* INCLUDE__Mainwindow_hxx_ */