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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user