1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

- temporary remove assert in finished callback;

This commit is contained in:
Nickolay 2011-09-15 01:35:19 +03:00
parent 3af398d7f9
commit e14e0a763b

View File

@ -238,7 +238,7 @@ void NotifyPluginOptionsPage::on_soundLanguage_indexChanged(int index)
void NotifyPluginOptionsPage::changeButtonText(Phonon::State newstate, Phonon::State oldstate)
{
Q_ASSERT(Phonon::ErrorState != newstate);
//Q_ASSERT(Phonon::ErrorState != newstate);
if (newstate == Phonon::PausedState || newstate == Phonon::StoppedState) {
options_page->buttonPlayNotification->setText("Play");