diff -r cf5481c2bc0b -r 69946d1824c4 videocollection/tsrc/stubs/inc/hbnamespace.h --- a/videocollection/tsrc/stubs/inc/hbnamespace.h Fri Apr 16 14:59:52 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hbnamespace.h Mon May 03 12:32:50 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,