Commit a654574f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - FIX compilation when --enable-update-check isn't enabled...

parent 81f37d39
...@@ -172,12 +172,12 @@ void DialogsProvider::helpDialog() ...@@ -172,12 +172,12 @@ void DialogsProvider::helpDialog()
HelpDialog::getInstance( p_intf )->toggleVisible(); HelpDialog::getInstance( p_intf )->toggleVisible();
} }
#ifdef UPDATE_CHECK
void DialogsProvider::updateDialog() void DialogsProvider::updateDialog()
{ {
#ifdef UPDATE_CHECK
UpdateDialog::getInstance( p_intf )->toggleVisible(); UpdateDialog::getInstance( p_intf )->toggleVisible();
}
#endif #endif
}
void DialogsProvider::aboutDialog() void DialogsProvider::aboutDialog()
{ {
......
...@@ -146,9 +146,7 @@ public slots: ...@@ -146,9 +146,7 @@ public slots:
void messagesDialog(); void messagesDialog();
void vlmDialog(); void vlmDialog();
void helpDialog(); void helpDialog();
#ifdef UPDATE_CHECK
void updateDialog(); void updateDialog();
#endif
void aboutDialog(); void aboutDialog();
void gotoTimeDialog(); void gotoTimeDialog();
void podcastConfigureDialog(); void podcastConfigureDialog();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment