From bcc5e01f8bf1efe3fd4cf4c9b6ed51d63b724c7e Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Tue, 6 Sep 2011 22:53:06 +0200 Subject: [PATCH] Resolve undefined reference to play-slot in TomahawkWindowDeclarative --- src/active/tomahawkwindowdeclarative.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/active/tomahawkwindowdeclarative.cpp b/src/active/tomahawkwindowdeclarative.cpp index 419db8774..af83155ea 100644 --- a/src/active/tomahawkwindowdeclarative.cpp +++ b/src/active/tomahawkwindowdeclarative.cpp @@ -47,6 +47,12 @@ TomahawkWindowDeclarative::~TomahawkWindowDeclarative() } +void TomahawkWindowDeclarative::play(const QModelIndex& index) +{ + +} + + void TomahawkWindowDeclarative::loadQml() {