Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/kernel/qwidget.h

    r705 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    361361#endif //QT_NO_GRAPHICSEFFECT
    362362
     363#ifndef QT_NO_GESTURES
    363364    void grabGesture(Qt::GestureType type, Qt::GestureFlags flags = Qt::GestureFlags());
    364365    void ungrabGesture(Qt::GestureType type);
     366#endif
    365367
    366368public Q_SLOTS:
     
    757759    friend class QStyleSheetStyle;
    758760    friend struct QWidgetExceptionCleaner;
     761#ifndef QT_NO_GESTURES
    759762    friend class QGestureManager;
    760763    friend class QWinNativePanGestureRecognizer;
     764#endif // QT_NO_GESTURES
    761765    friend class QWidgetEffectSourcePrivate;
    762766
     
    788792    friend void qt_net_update_user_time(QWidget *tlw, unsigned long timestamp);
    789793    friend void qt_net_remove_user_time(QWidget *tlw);
     794    friend void qt_set_winid_on_widget(QWidget*, Qt::HANDLE);
    790795#endif
    791796
Note: See TracChangeset for help on using the changeset viewer.