mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Test commit.
This commit is contained in:
@@ -49,7 +49,7 @@ TomahawkSettings::TomahawkSettings( QObject* parent )
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
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
|
||||
|
||||
if ( !contains( "configversion" ) )
|
||||
|
Reference in New Issue
Block a user