[klipper] Initialize History::m_maxSize

wilder-5.14
Martin Gräßlin 12 years ago
parent 951af7b491
commit 5c9deb5a56
  1. 1
      klipper/history.cpp

@ -29,6 +29,7 @@ History::History( QObject* parent )
: QObject( parent ),
m_top(0L),
m_popup( new KlipperPopup( this ) ),
m_maxSize(0),
m_topIsUserSelected( false ),
m_nextCycle(0L)
{

Loading…
Cancel
Save