mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +02:00
* Test commit.
This commit is contained in:
@@ -49,7 +49,7 @@ TomahawkSettings::TomahawkSettings( QObject* parent )
|
|||||||
|
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
QFile file( fileName() );
|
QFile file( fileName() );
|
||||||
file.setPermissions( file.permissions() & ~(QFile::ReadGroup | QFile::WriteGroup | QFile::ExeGroup | QFile::ReadOther | QFile::WriteOther | QFile::ExeOther ) );
|
file.setPermissions( file.permissions() & ~( QFile::ReadGroup | QFile::WriteGroup | QFile::ExeGroup | QFile::ReadOther | QFile::WriteOther | QFile::ExeOther ) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ( !contains( "configversion" ) )
|
if ( !contains( "configversion" ) )
|
||||||
|
Reference in New Issue
Block a user