예제 #1
0
void
ManagedFileListWidget::Unprepare()
{
#ifdef HAVE_DOWNLOAD_MANAGER
  Timer::Cancel();

  if (Net::DownloadManager::IsAvailable())
    Net::DownloadManager::RemoveListener(*this);

  ClearNotification();
#endif

  DeleteWindow();
}
예제 #2
0
 ~DelayedNotify() {
   ClearNotification();
 }
예제 #3
0
파일: Notify.hpp 프로젝트: Advi42/XCSoar
 ~Notify() {
   ClearNotification();
 }