comparison widgets/CommandHistory.cpp @ 398:80e279e4f9fe

* Add more data-editor support to various models
author Chris Cannam
date Thu, 12 Jun 2008 14:33:45 +0000
parents 2c59b0cd176b
children 73a58a4dfebd
comparison
equal deleted inserted replaced
397:2c59b0cd176b 398:80e279e4f9fe
33 #include <QTimer> 33 #include <QTimer>
34 #include <QAction> 34 #include <QAction>
35 35
36 #include <iostream> 36 #include <iostream>
37 37
38 #define DEBUG_COMMAND_HISTORY 1 38 //#define DEBUG_COMMAND_HISTORY 1
39 39
40 CommandHistory *CommandHistory::m_instance = 0; 40 CommandHistory *CommandHistory::m_instance = 0;
41 41
42 CommandHistory::CommandHistory() : 42 CommandHistory::CommandHistory() :
43 m_undoLimit(50), 43 m_undoLimit(50),