Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
autorecovery.h
Go to the documentation of this file.
1 
8 #ifndef AUTOSAVE_H_
9 #define AUTOSAVE_H_
10 
11 #include <QObject>
12 
13 class QTimer;
14 
15 class CAAutoRecovery : public QObject {
16  Q_OBJECT
17 
18 public:
21  void updateTimer();
22  void openRecovery();
23 
24 public slots:
25  void cleanupRecovery();
26  void saveRecovery();
27 
28 private:
31 };
32 
33 #endif /* AUTOSAVE_H_ */