diff options
Diffstat (limited to 'src/autosaver.h')
-rw-r--r-- | src/autosaver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autosaver.h b/src/autosaver.h index 221c225c..80583f9c 100644 --- a/src/autosaver.h +++ b/src/autosaver.h @@ -28,14 +28,14 @@ #ifndef AUTOSAVER_H #define AUTOSAVER_H + // Qt Includes #include <QtCore/QObject> #include <QtCore/QBasicTimer> #include <QtCore/QTime> - -// Forward Declarations #include <QtCore/QTimerEvent> + /** * 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 |