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/graphicsview/qgraphicsproxywidget.cpp

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    976976            }
    977977            break;
     978
    978979        case QEvent::ToolTipChange:
    979980            // Propagate tooltip change to the proxy.
     
    984985            }
    985986            break;
     987
    986988        default:
    987989            break;
     
    10251027    pos = d->mapToReceiver(pos, receiver);
    10261028
     1029
     1030
     1031
     1032
     1033
     1034
     1035
     1036
     1037
    10271038    // Send mouse event. ### Doesn't propagate the event.
    10281039    QContextMenuEvent contextMenuEvent(QContextMenuEvent::Reason(event->reason()),
    1029                                        pos.toPoint(), receiver->mapToGlobal(pos.toPoint()), event->modifiers());
     1040                                       pos.toPoint(), , event->modifiers());
    10301041    QApplication::sendEvent(receiver, &contextMenuEvent);
    10311042
     
    14981509  contained in this proxy.
    14991510
    1500   This function makes it possible to aquire proxies for
     1511  This function makes it possible to aquire proxies for
    15011512  non top-level widgets. For instance, you can embed a dialog,
    15021513  and then transform only one of its widgets.
Note: See