mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
Fix last commit
This commit is contained in:
parent
cdb044b4e4
commit
92423fe925
@ -50,6 +50,7 @@ InfoRequestData::InfoRequestData( const quint64 rId, const QString& callr, const
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
InfoRequestData::init( const QString& callr, const InfoType typ, const QVariant& inputvar, const QVariantMap& custom )
|
||||
{
|
||||
internalId = TomahawkUtils::infosystemRequestId();
|
||||
|
@ -66,7 +66,7 @@ struct InfoRequestData {
|
||||
InfoRequestData( const quint64 rId, const QString &callr, const Tomahawk::InfoSystem::InfoType typ, const QVariant &inputvar, const QVariantMap &custom );
|
||||
|
||||
private:
|
||||
init( const QString& callr, const InfoType typ, const QVariant& inputvar, const QVariantMap& custom);
|
||||
void init( const QString& callr, const InfoType typ, const QVariant& inputvar, const QVariantMap& custom);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user