1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 18:33:16 +02:00

Move implementations to source files in app

This commit is contained in:
Dominik Schmidt
2012-11-03 03:24:36 +01:00
parent ecf0e6725d
commit 443d7519ac
34 changed files with 521 additions and 86 deletions

View File

@@ -39,10 +39,10 @@ public:
SocialWidget( QWidget* parent );
~SocialWidget();
Tomahawk::query_ptr query() const { return m_query; }
Tomahawk::query_ptr query() const;
void setQuery( const Tomahawk::query_ptr& query );
QPoint position() const { return m_position; }
QPoint position() const;
void setPosition( QPoint position );
bool shown() const;