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/dialogs/qfontdialog_p.h

    r769 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)
     
    140140
    141141#ifdef Q_WS_MAC
    142     static void *openCocoaFontPanel(const QFont &initial,
    143             QWidget *parent, const QString &title,
    144             QFontDialog::FontDialogOptions options,
    145             QFontDialogPrivate *priv = 0);
    146     static void closeCocoaFontPanel(void *delegate);
    147     static QFont execCocoaFontPanel(bool *ok, const QFont &initial, QWidget *parent,
    148             const QString &title, QFontDialog::FontDialogOptions options);
    149142    static void setFont(void *delegate, const QFont &font);
    150143
     
    153146
    154147    void *delegate;
     148    void closeCocoaFontPanel();
    155149    bool nativeDialogInUse;
    156150    bool canBeNativeDialog();
    157151    bool setVisible_sys(bool visible);
    158     void *_q_constructNativePanel();
     152    void createNSFontPanelDelegate();
    159153    void _q_macRunNativeAppModalPanel();
    160154    void mac_nativeDialogModalHelp();
     155    bool showCocoaFontPanel();
     156    bool hideCocoaFontPanel();
    161157
    162158    static bool sharedFontPanelAvailable;
Note: See TracChangeset for help on using the changeset viewer.