Added a ToDo comment.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13185 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-06-16 18:53:24 +00:00
parent 837261c6bb
commit 5f8e562f04
+4
View File
@@ -1139,6 +1139,10 @@ BApplication::window_quit_loop(bool quitFilePanels, bool force)
return false;
}
// ToDo: QuitRequested() can be overridden by others, IOW we
// cannot assume the window hasn't been unlocked in the mean
// time and is gone by now.
// We probably don't want to die in that case here, do we?
window->Quit();
}
}