Changeset 846 for trunk/src/gui/kernel/qwidget.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qwidget.h
r705 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 361 361 #endif //QT_NO_GRAPHICSEFFECT 362 362 363 #ifndef QT_NO_GESTURES 363 364 void grabGesture(Qt::GestureType type, Qt::GestureFlags flags = Qt::GestureFlags()); 364 365 void ungrabGesture(Qt::GestureType type); 366 #endif 365 367 366 368 public Q_SLOTS: … … 757 759 friend class QStyleSheetStyle; 758 760 friend struct QWidgetExceptionCleaner; 761 #ifndef QT_NO_GESTURES 759 762 friend class QGestureManager; 760 763 friend class QWinNativePanGestureRecognizer; 764 #endif // QT_NO_GESTURES 761 765 friend class QWidgetEffectSourcePrivate; 762 766 … … 788 792 friend void qt_net_update_user_time(QWidget *tlw, unsigned long timestamp); 789 793 friend void qt_net_remove_user_time(QWidget *tlw); 794 friend void qt_set_winid_on_widget(QWidget*, Qt::HANDLE); 790 795 #endif 791 796
Note:
See TracChangeset
for help on using the changeset viewer.