]> git.siccegge.de Git - frida/frida.git/blobdiff - src/gui/widgets/FunctionWidget.hxx
Lazy layout CFGs
[frida/frida.git] / src / gui / widgets / FunctionWidget.hxx
index 6a26f1a8cbbb62d583a1ae159c408d60a26e5e8d..6976d736adb551605ca35b052e5678c6a8f43134 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef INCLUDE__FunctionWidget_hxx_
 #define INCLUDE__FunctionWidget_hxx_
 
-#include "gui/qt.hxx"
+#include "qt.hxx"
 
 #include <log4cxx/logger.h>
 
@@ -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;
 };