summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowssessionmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up QWindowsSessionManager.Friedemann Kleint2013-11-051-7/+6
| | | | | | | Fix spelling error in method name and inline simple functions. Change-Id: I7f2a67fb1951b58874b09002ee57e15e75561727 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
* Port of Qt 4's Windows session managementSamuel Gaist2013-09-211-0/+90
This patch aims to implement the session management for Windows. Based on the Qt 4 QApplication windows specific code Task-number: QTBUG-28228 Task-number: QTBUG-33032 Change-Id: I7059298ad9661aebd51e77a03f55a7a04f461479 Reviewed-by: Kai Koehne <kai.koehne@digia.com>