mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Style cleanup.
This commit is contained in:
@@ -46,7 +46,9 @@
|
|||||||
|
|
||||||
using namespace Tomahawk;
|
using namespace Tomahawk;
|
||||||
|
|
||||||
class GridPlaylistInterface : public PlayableProxyModelPlaylistInterface {
|
|
||||||
|
class GridPlaylistInterface : public PlayableProxyModelPlaylistInterface
|
||||||
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
explicit GridPlaylistInterface( PlayableProxyModel* proxy, GridView* view ) : PlayableProxyModelPlaylistInterface( proxy ), m_view( view ) {}
|
explicit GridPlaylistInterface( PlayableProxyModel* proxy, GridView* view ) : PlayableProxyModelPlaylistInterface( proxy ), m_view( view ) {}
|
||||||
@@ -75,6 +77,7 @@ private:
|
|||||||
QWeakPointer<GridView> m_view;
|
QWeakPointer<GridView> m_view;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
GridView::GridView( QWidget* parent )
|
GridView::GridView( QWidget* parent )
|
||||||
: QListView( parent )
|
: QListView( parent )
|
||||||
, m_model( 0 )
|
, m_model( 0 )
|
||||||
@@ -118,7 +121,7 @@ GridView::GridView( QWidget* parent )
|
|||||||
|
|
||||||
GridView::~GridView()
|
GridView::~GridView()
|
||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO;
|
tDebug() << Q_FUNC_INFO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user