mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
Fix last commit
This commit is contained in:
@@ -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 )
|
InfoRequestData::init( const QString& callr, const InfoType typ, const QVariant& inputvar, const QVariantMap& custom )
|
||||||
{
|
{
|
||||||
internalId = TomahawkUtils::infosystemRequestId();
|
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 );
|
InfoRequestData( const quint64 rId, const QString &callr, const Tomahawk::InfoSystem::InfoType typ, const QVariant &inputvar, const QVariantMap &custom );
|
||||||
|
|
||||||
private:
|
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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user