1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 19:37:09 +02:00

Merge remote branch 'origin/master' into gfw

This commit is contained in:
Jeff Mitchell
2011-06-23 08:49:29 -04:00

View File

@@ -93,6 +93,9 @@ public slots:
// so plugins can clean up after themselves
virtual void deletePlugin();
virtual void reset() {}
signals:
void error( int, const QString& );
void stateChanged( SipPlugin::ConnectionState state );