Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/widgets/qmenu_p.h

    r561 r651  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    7272
    7373#ifdef Q_WS_S60
     74
    7475void qt_symbian_show_toplevel(CEikMenuPane* menuPane);
    7576void qt_symbian_show_submenu(CEikMenuPane* menuPane, int id);
     
    8889#  endif //__OBJC__
    8990struct QMacMenuAction {
    90     QMacMenuAction() 
     91    QMacMenuAction()
    9192#ifndef QT_MAC_USE_COCOA
    9293       : command(0)
     
    125126#ifdef Q_WS_WINCE
    126127struct QWceMenuAction {
    127     uint command;   
     128    uint command;
    128129    QPointer<QAction> action;
    129130    HMENU menuHandle;
     
    341342        HMENU menuHandle;
    342343        QWceMenuPrivate();
    343         ~QWceMenuPrivate();       
     344        ~QWceMenuPrivate();
    344345        void addAction(QAction *, QWceMenuAction* =0);
    345346        void addAction(QWceMenuAction *, QWceMenuAction* =0);
Note: See TracChangeset for help on using the changeset viewer.