Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / Qtx / Qtx.h
index 3bc6d305c972ff68eb55bf8359221d60943201db..ace8592ecb5937f1849a39caa1acd2df1514da63 100644 (file)
@@ -121,6 +121,7 @@ public:
 
   //! Header view flags
   typedef enum {
+    ShowNone = 0x000,                //!< Show nothing
     ShowText = 0x001,                //!< Show only text in the header
     ShowIcon = 0x010,                //!< Show only icon in the header
     ShowAll  = ShowText | ShowIcon   //!< Show icon and text in the header