Oops, looks like I forgot this.

svn path=/trunk/kdebase/kwin/; revision=252387
This commit is contained in:
Luboš Luňák 2003-09-19 14:16:24 +00:00
parent 84dc01a473
commit 735ffb369b

7
sm.h
View file

@ -20,6 +20,13 @@ class QSocketNotifier;
namespace KWinInternal
{
enum SMSavePhase
{
SMSavePhase0, // saving global state in "phase 0"
SMSavePhase2, // saving window state in phase 2
SMSavePhase2Full // complete saving in phase2, there was no phase 0
};
class SessionSaveDoneHelper
: public QObject
{