Commit 52a3a73f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Fix compil if you don't have update-check.

parent 61ea7a5c
...@@ -79,7 +79,9 @@ DialogsProvider::~DialogsProvider() ...@@ -79,7 +79,9 @@ DialogsProvider::~DialogsProvider()
ExtendedDialog::killInstance(); ExtendedDialog::killInstance();
BookmarksDialog::killInstance(); BookmarksDialog::killInstance();
HelpDialog::killInstance(); HelpDialog::killInstance();
#ifdef UPDATE_CHECK
UpdateDialog::killInstance(); UpdateDialog::killInstance();
#endif
fixed_timer->stop(); fixed_timer->stop();
} }
......
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