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/demos/qmediaplayer/mediaplayer.h

    r651 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)
     
    105105    Q_OBJECT
    106106public:
    107     MediaPlayer(const QString &,
    108                 const bool hasSmallScreen);
     107    MediaPlayer();
    109108
    110109    void dragEnterEvent(QDragEnterEvent *e);
     
    116115    void initVideoWindow();
    117116    void initSettingsDialog();
     117    void setVolume(qreal volume);
     118    void setSmallScreen(bool smallScreen);
    118119
    119120public slots:
     
    141142    void bufferStatus(int percent);
    142143    void openUrl();
     144#ifdef Q_OS_SYMBIAN
     145    void selectIAP();
     146#endif
    143147    void openRamFile();
    144148    void configureEffect();
     
    147151private:
    148152    bool playPauseForDialog();
     153#ifdef Q_OS_SYMBIAN
     154    void selectIAPL();
     155#endif
    149156
    150157    QIcon playIcon;
     
    172179    MediaVideoWidget *m_videoWidget;
    173180    Phonon::Path m_audioOutputPath;
    174     const bool m_hasSmallScreen;
     181    bool m_smallScreen;
    175182};
    176183
Note: See TracChangeset for help on using the changeset viewer.