mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
JSResolverHelper: Fix typo in accountId() function name
This commit is contained in:
@@ -429,7 +429,7 @@ JSResolverHelper::setResolverConfig( const QVariantMap& config )
|
||||
|
||||
|
||||
QString
|
||||
JSResolverHelper::acountId()
|
||||
JSResolverHelper::accountId()
|
||||
{
|
||||
return m_resolver->d_func()->accountId;
|
||||
}
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
*
|
||||
* INTERNAL USE ONLY!
|
||||
*/
|
||||
Q_INVOKABLE QString acountId();
|
||||
Q_INVOKABLE QString accountId();
|
||||
|
||||
Q_INVOKABLE void addCustomUrlHandler( const QString& protocol, const QString& callbackFuncName, const QString& isAsynchronous = "false" );
|
||||
Q_INVOKABLE void reportStreamUrl( const QString& qid, const QString& streamUrl );
|
||||
|
Reference in New Issue
Block a user