1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 04:41:36 +02:00

* Style fixes.

This commit is contained in:
Christian Muehlhaeuser
2013-09-05 11:01:48 +02:00
parent a32d674b09
commit df66559137
3 changed files with 4 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ PlayableModel::PlayableModel( QObject* parent, bool loading )
init(); init();
} }
PlayableModel::PlayableModel( QObject* parent, PlayableModelPrivate* d ) PlayableModel::PlayableModel( QObject* parent, PlayableModelPrivate* d )
: QAbstractItemModel( parent ) : QAbstractItemModel( parent )
, d_ptr( d ) , d_ptr( d )