]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.h
- default window level for [0:1] binary image
[clitk.git] / vv / vvMainWindow.h
index 60d37d6e3d39a128ea4f78705725a9e5ab180ccc..dbd8dd1d5f230cbdbda9e859df00ae1ab28c3d2a 100644 (file)
@@ -143,9 +143,6 @@ public slots:
   }
   void UpdateRenderWindows();
 
-// signals:
-//   void SlicerManagersHasChanged();
-
 private:
 
   //variables
@@ -185,6 +182,9 @@ private:
   // std::vector<vvToolCreatorBase*> mListOfRunningTool;
 
   static vvMainWindow * mSingleton;
+
+  int mCurrentTime;
+
 };
 
 #include "vvMainWindow.txx"