Move CompactHistoryBlockList Class to a new file.

wilder
Gustavo Carneiro 6 years ago
parent 8cdf87515b
commit e0030d9f31
  1. 5
      src/History.h

@ -45,11 +45,6 @@
namespace Konsole {
//////////////////////////////////////////////////////////////////////
// History using compact storage
// This implementation uses a list of fixed-sized blocks
// where history lines are allocated in (avoids heap fragmentation)
//////////////////////////////////////////////////////////////////////
typedef QVector<Character> TextLine;
class CompactHistoryLine

Loading…
Cancel
Save