Reputation: 726
I need to handle WM_QUERYENDSESSION in my qt application. As WM_QUERYENDSESSION recieve only QApplication so I want to get list of all opened windows of my application to decide winEventFilter result. How can I get it?
Upvotes: 6
Views: 4621