1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Resolve undefined reference to play-slot in TomahawkWindowDeclarative

This commit is contained in:
Dominik Schmidt
2011-09-06 22:53:06 +02:00
parent 3e8bcabfbc
commit bcc5e01f8b

View File

@@ -47,6 +47,12 @@ TomahawkWindowDeclarative::~TomahawkWindowDeclarative()
}
void TomahawkWindowDeclarative::play(const QModelIndex& index)
{
}
void
TomahawkWindowDeclarative::loadQml()
{