changeset 198:4c5c62784211

* Update the main sv.prf for compatibility with Qt 4.2 qmake instead of that from 4.1. Add a README.Qt41 describing how to build with 4.1 if preferred. * Add OSC support for control from external scripts etc (work in progress).
author Chris Cannam
date Fri, 10 Nov 2006 13:27:57 +0000
parents 11cacfe5d127
children 1d789d688f59
files base/CommandHistory.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/base/CommandHistory.h	Mon Oct 30 16:49:42 2006 +0000
+++ b/base/CommandHistory.h	Fri Nov 10 13:27:57 2006 +0000
@@ -148,9 +148,10 @@
      */
     void addCommandAndExecute(Command *);
 
-protected slots:
     void undo();
     void redo();
+
+protected slots:
     void undoActivated(QAction *);
     void redoActivated(QAction *);
     void bundleTimerTimeout();