From 06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 6 May 2009 03:09:23 +0200 Subject: EBN Krazy fixes. 1st round.. --- src/autosaver.h | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'src/autosaver.h') diff --git a/src/autosaver.h b/src/autosaver.h index 8931da13..e0de8ea5 100644 --- a/src/autosaver.h +++ b/src/autosaver.h @@ -23,13 +23,21 @@ #ifndef AUTOSAVER_H #define AUTOSAVER_H -#include +// Qt Includes +#include +#include +#include + +// Forward Declarations +#include + +/** + * This class will call the save() slot on the parent object when the parent changes. + * It will wait several seconds after changed() to combining multiple changes and + * prevent continuous writing to disk. + * + */ -/* - This class will call the save() slot on the parent object when the parent changes. - It will wait several seconds after changed() to combining multiple changes and - prevent continuous writing to disk. - */ class AutoSaver : public QObject { Q_OBJECT -- cgit v1.2.1