videocollection/tsrc/stubs/inc/hbnamespace.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 37 4eb2df7f7cbe
--- a/videocollection/tsrc/stubs/inc/hbnamespace.h	Thu Apr 01 23:32:44 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbnamespace.h	Fri Apr 16 18:13:14 2010 +0300
@@ -206,6 +206,13 @@
         ItemType_IndexFeedback,
         ItemType_Last = QGraphicsItem::UserType + 20000
     };
+    
+    enum ApplicationFlag {
+        DefaultApplicationFlags = 0x00,
+        NoSplash                = 0x01
+    };
+    Q_DECLARE_FLAGS(ApplicationFlags, ApplicationFlag)
+    
     /*
 
     enum WidgetAttribute
@@ -324,13 +331,13 @@
     /*!
         A type definition for text wrapping
     */
-/*    enum TextWrapping
+    enum TextWrapping
     {
         TextNoWrap = 0,
         TextWordWrap = 1,
         TextWrapAnywhere = 3
     };
-        
+/*        
     enum InstantInteraction {
         InstantPressed = 0,
         InstantReleased,