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