1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 10:24:01 +02:00

* Small tweaks to the SocialWidget.

This commit is contained in:
Christian Muehlhaeuser
2012-04-11 07:35:01 +02:00
parent 06fbb9e0dc
commit c5eb71d0de
2 changed files with 14 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ public:
void setOpacity( qreal opacity );
QPoint position() const { return m_position; }
void setPosition( QPoint position ) { m_position = position; }
void setPosition( QPoint position );
bool shown() const;