Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 383:abb9c3dedec2 macness
ITunesSVRemote methods to query playback position and state
author | Dan Stowell <dan.stowell@eecs.qmul.ac.uk> |
---|---|
date | Mon, 18 Oct 2010 14:44:28 +0100 |
parents | fad5611ef9db |
children | be237d380f5f |
line wrap: on
line diff
--- a/main/MainWindow.cpp Mon Oct 18 13:59:08 2010 +0100 +++ b/main/MainWindow.cpp Mon Oct 18 14:44:28 2010 +0100 @@ -2173,6 +2173,8 @@ emit hideSplash(); QMessageBox::critical(this, tr("Failed to open file"), tr("<b>File open failed</b><p>Audio file \"%1\" could not be opened").arg(path)); + }else{ + m_iTunes->updatePlayerState(); } } }