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=6a26f1a8cbbb62d583a1ae159c408d60a26e5e8d;hb=c1d5c719f82283739029be03d20bbf04406ff4d6;hpb=ae7b9847b80153121fbc1f87e4fdc1dd0e94f4cc diff --git a/src/gui/widgets/FunctionWidget.hxx b/src/gui/widgets/FunctionWidget.hxx index 6a26f1a..6976d73 100644 --- a/src/gui/widgets/FunctionWidget.hxx +++ b/src/gui/widgets/FunctionWidget.hxx @@ -1,7 +1,7 @@ #ifndef INCLUDE__FunctionWidget_hxx_ #define INCLUDE__FunctionWidget_hxx_ -#include "gui/qt.hxx" +#include "qt.hxx" #include @@ -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; };