1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Fix "control reaches end of non-void function" in DelegateConfigWrapper

This commit is contained in:
Fabian Vogt
2017-12-10 09:30:53 +01:00
parent 00f602e102
commit 57c387bba5

View File

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