1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +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

View File

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