# HG changeset patch # User Chris Cannam # Date 1163165277 0 # Node ID 4c5c62784211efe5aa0acd082eb0730631331dea # Parent 11cacfe5d127c16c783e0c8360caa5b42080286d * 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). diff -r 11cacfe5d127 -r 4c5c62784211 base/CommandHistory.h --- 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();