Changeset 846 for trunk/demos/qmediaplayer/mediaplayer.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/demos/qmediaplayer/mediaplayer.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 105 105 Q_OBJECT 106 106 public: 107 MediaPlayer(const QString &, 108 const bool hasSmallScreen); 107 MediaPlayer(); 109 108 110 109 void dragEnterEvent(QDragEnterEvent *e); … … 116 115 void initVideoWindow(); 117 116 void initSettingsDialog(); 117 void setVolume(qreal volume); 118 void setSmallScreen(bool smallScreen); 118 119 119 120 public slots: … … 141 142 void bufferStatus(int percent); 142 143 void openUrl(); 144 #ifdef Q_OS_SYMBIAN 145 void selectIAP(); 146 #endif 143 147 void openRamFile(); 144 148 void configureEffect(); … … 147 151 private: 148 152 bool playPauseForDialog(); 153 #ifdef Q_OS_SYMBIAN 154 void selectIAPL(); 155 #endif 149 156 150 157 QIcon playIcon; … … 172 179 MediaVideoWidget *m_videoWidget; 173 180 Phonon::Path m_audioOutputPath; 174 const bool m_hasSmallScreen;181 bool m_smallScreen; 175 182 }; 176 183
Note:
See TracChangeset
for help on using the changeset viewer.