X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2Fwidgets%2FFunctionWidget.hxx;h=6976d736adb551605ca35b052e5678c6a8f43134;hp=8400df874c4c8b52409df3ec499743a8bf79380a;hb=c1d5c719f82283739029be03d20bbf04406ff4d6;hpb=84aeb915b20ba15ffef3371733b2a015c3bfc282 diff --git a/src/gui/widgets/FunctionWidget.hxx b/src/gui/widgets/FunctionWidget.hxx index 8400df8..6976d73 100644 --- a/src/gui/widgets/FunctionWidget.hxx +++ b/src/gui/widgets/FunctionWidget.hxx @@ -16,10 +16,12 @@ public: Function* getFunction() const { return function; } - +protected: + void showEvent(QShowEvent * event); private: Function * function; Mainwindow* mainwindow; + bool layouted; log4cxx::LoggerPtr logger; };