comparison widgets/CommandHistory.cpp @ 804:5c4a405a70fc tony_integration

Merge from branch "tonioni"
author Chris Cannam
date Tue, 17 Jun 2014 12:55:18 +0100
parents 102ffad481e6
children 4a578a360011
comparison
equal deleted inserted replaced
803:5d2966b7c201 804:5c4a405a70fc
35 35
36 #include <iostream> 36 #include <iostream>
37 37
38 #include <typeinfo> 38 #include <typeinfo>
39 39
40 #define DEBUG_COMMAND_HISTORY 1 40 //#define DEBUG_COMMAND_HISTORY 1
41 41
42 CommandHistory *CommandHistory::m_instance = 0; 42 CommandHistory *CommandHistory::m_instance = 0;
43 43
44 CommandHistory::CommandHistory() : 44 CommandHistory::CommandHistory() :
45 m_undoLimit(50), 45 m_undoLimit(50),