]> Creatis software - clitk.git/blobdiff - vv/vvInfoPanel.cxx
The absence of libstatgrab is now insensitive
[clitk.git] / vv / vvInfoPanel.cxx
index 44290450473d56957a6d439a1751385748ebc689..da2bda3828c8bdb081e4786184eb49e1568c191f 100644 (file)
 
 #include "vvInfoPanel.h"
 #include "clitkMemoryUsage.h"
+#include "clitkConfiguration.h"
+
+//------------------------------------------------------------------------------
+vvInfoPanel::vvInfoPanel(QWidget * parent):QWidget(parent)
+{
+  setupUi(this);
+#if CLITK_MEMORY_INFO==0
+  memoryUsageLabel->hide();
+#endif
+}
+//------------------------------------------------------------------------------
 
 //------------------------------------------------------------------------------
 void vvInfoPanel::setTransformation(QString text)