diff widgets/CommandHistory.h @ 502:73a58a4dfebd

* Add vestigial Activity Log
author Chris Cannam
date Tue, 24 Feb 2009 14:01:42 +0000
parents e1a9e478b7f2
children 05d614f6e46d
line wrap: on
line diff
--- a/widgets/CommandHistory.h	Tue Feb 24 12:17:18 2009 +0000
+++ b/widgets/CommandHistory.h	Tue Feb 24 14:01:42 2009 +0000
@@ -181,6 +181,11 @@
      */
     void documentRestored();
 
+    /**
+     * Emitted when some activity happened (for activity logging).
+     */
+    void activity(QString);
+
 protected:
     CommandHistory();
     static CommandHistory *m_instance;
@@ -208,6 +213,7 @@
     void addToCompound(Command *command, bool execute);
 
     MacroCommand *m_currentBundle;
+    bool m_bundling;
     QString m_currentBundleName;
     QTimer *m_bundleTimer;
     int m_bundleTimeout;