mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Remove obsolete method in SourceTreeView.
This commit is contained in:
@@ -969,13 +969,6 @@ SourceTreeView::paintEvent( QPaintEvent* event )
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
SourceTreeView::drawRow( QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index ) const
|
|
||||||
{
|
|
||||||
QTreeView::drawRow( painter, option, index );
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
SourceTreeView::drawBranches( QPainter* /* painter */, const QRect& /* rect */, const QModelIndex& /* index */ ) const
|
SourceTreeView::drawBranches( QPainter* /* painter */, const QRect& /* rect */, const QModelIndex& /* index */ ) const
|
||||||
{
|
{
|
||||||
|
@@ -92,7 +92,6 @@ private slots:
|
|||||||
void onPlaylistLinkReady( const QVariantMap& data );
|
void onPlaylistLinkReady( const QVariantMap& data );
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void drawRow( QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index ) const;
|
|
||||||
void drawBranches( QPainter *painter, const QRect &rect, const QModelIndex &index ) const;
|
void drawBranches( QPainter *painter, const QRect &rect, const QModelIndex &index ) const;
|
||||||
|
|
||||||
virtual void paintEvent( QPaintEvent* event );
|
virtual void paintEvent( QPaintEvent* event );
|
||||||
|
Reference in New Issue
Block a user