Use QPointer for Entry::m_lastTopVisibleEntry.

Closes #14
This commit is contained in:
Felix Geyer 2012-04-22 00:10:04 +02:00
parent a3e7c93b59
commit 19bacd6737
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ Group::~Group()
cleanupParent();
}
template <class T> bool Group::set(T& property, const T& value) {
template <class P, class V> bool Group::set(P& property, const V& value) {
if (property != value) {
property = value;
updateTimeinfo();