aboutsummaryrefslogtreecommitdiff
path: root/src/qt/winshutdownmonitor.h
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] catch Windows shutdown events while client is runningPhilip Kaufmann2014-04-151-0/+29
- prevents unsafe shutdowns on Windows, which is known to be able to cause problems with wallet.dat - if a users ends a Windows session, this will initiate a client shutdown and show a Windows dialog, that tells the user what is going on (for Windows Vista and higher it will even show a reason for blocking the Windows session end)