~registry/stellarium/socis2015-de430

« back to all changes in this revision

Viewing changes to src/core/StelVideoMgr.cpp

  • Committer: georg-zotti
  • Date: 2016-01-16 13:14:07 UTC
  • mfrom: (7721.1.409 trunk)
  • Revision ID: georg.zotti@univie.ac.at-20160116131407-n3yqlhdmlzmc4irj
Merge from trunk r8130; Moved and added tooltips to controls in GUI. Seems ready for merge!

Show diffs side-by-side

added added

removed removed

Lines of Context:
979
979
void StelVideoMgr::muteVideo(const QString&, bool){;}
980
980
void StelVideoMgr::setVideoVolume(const QString&, int){;}
981
981
int StelVideoMgr::getVideoVolume(const QString&){return -1;}
982
 
bool StelVideoMgr::isVideoPlaying(const QString& id){return false;}
 
982
bool StelVideoMgr::isVideoPlaying(const QString& id)
 
983
{
 
984
        Q_UNUSED(id)
 
985
        return false;
 
986
}
983
987
 
984
988
#endif // ENABLE_MEDIA
985
989