1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-31 06:02:27 +02:00

Put reset() in sipplugin

This commit is contained in:
Jeff Mitchell 2011-06-23 07:03:09 -04:00
parent a25d4719c9
commit 7e45779132

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 );