1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 16:31:58 +02:00

Merge pull request #640 from Vogtinator/master

Fix "control reaches end of non-void function" in DelegateConfigWrapper
This commit is contained in:
Hugo Lindström 2020-06-05 21:26:11 +02:00 committed by GitHub
commit 4ee462db4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,6 +247,7 @@ DelegateConfigWrapper::getTestConfigMessage( int code )
case Tomahawk::Accounts::ConfigTestResultAccountExpired:
return tr( "Your account has expired." );
}
return QString();
}