mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 12:47:45 +02:00
Clarify naming
This commit is contained in:
@@ -64,8 +64,8 @@ public:
|
|||||||
// internal
|
// internal
|
||||||
bool pixmapDirty;
|
bool pixmapDirty;
|
||||||
|
|
||||||
Resolver( const QString& v, const QString& path, int userR, ResolverState s, bool binary )
|
Resolver( const QString& v, const QString& path, int userR, ResolverState s, bool isBinary )
|
||||||
: version( v ), scriptPath( path ), userRating( userR ), state( s ), pixmap( 0 ), binary( binary ), pixmapDirty( false )
|
: version( v ), scriptPath( path ), userRating( userR ), state( s ), pixmap( 0 ), binary( isBinary ), pixmapDirty( false )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
Resolver() : userRating( -1 ), state( Uninstalled ), pixmap( 0 ), binary( false ), pixmapDirty( false ) {}
|
Resolver() : userRating( -1 ), state( Uninstalled ), pixmap( 0 ), binary( false ), pixmapDirty( false ) {}
|
||||||
|
Reference in New Issue
Block a user