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:
parent
3af398d7f9
commit
e14e0a763b
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user