constify and build
svn path=/trunk/KDE/kdelibs/; revision=898199
This commit is contained in:
parent
9a57b3105e
commit
3d4ccc37c2
@ -429,7 +429,7 @@ QSize Delegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &
|
||||
return size;
|
||||
}
|
||||
|
||||
bool Delegate::showToolTip()
|
||||
bool Delegate::showToolTip() const
|
||||
{
|
||||
return d->m_showToolTip;
|
||||
}
|
||||
|
@ -79,6 +79,10 @@ public:
|
||||
virtual void paint(QPainter *painter, const QStyleOptionViewItem &option,
|
||||
const QModelIndex &index) const;
|
||||
|
||||
/**
|
||||
* @return true if a tooltip should be shown
|
||||
*/
|
||||
bool showToolTip() const;
|
||||
|
||||
protected:
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user