Mercurial > hg > easyhg
comparison changesetitem.cpp @ 168:4bad3c5c053a
* Add "Show summary" feature
* Add simplistic kinetic scrolling to history widget
author | Chris Cannam |
---|---|
date | Tue, 14 Dec 2010 17:20:10 +0000 |
parents | 97faf861618b |
children | 8fd71f570884 |
comparison
equal
deleted
inserted
replaced
167:94be1e218655 | 168:4bad3c5c053a |
---|---|
39 { | 39 { |
40 m_font = QFont(); | 40 m_font = QFont(); |
41 m_font.setPixelSize(11); | 41 m_font.setPixelSize(11); |
42 m_font.setBold(false); | 42 m_font.setBold(false); |
43 m_font.setItalic(false); | 43 m_font.setItalic(false); |
44 setCursor(Qt::ArrowCursor); | |
44 } | 45 } |
45 | 46 |
46 QString | 47 QString |
47 ChangesetItem::getId() | 48 ChangesetItem::getId() |
48 { | 49 { |