mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
Put reset() in sipplugin
This commit is contained in:
@@ -93,6 +93,9 @@ public slots:
|
|||||||
|
|
||||||
// so plugins can clean up after themselves
|
// so plugins can clean up after themselves
|
||||||
virtual void deletePlugin();
|
virtual void deletePlugin();
|
||||||
|
|
||||||
|
virtual void reset() {}
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void error( int, const QString& );
|
void error( int, const QString& );
|
||||||
void stateChanged( SipPlugin::ConnectionState state );
|
void stateChanged( SipPlugin::ConnectionState state );
|
||||||
|
Reference in New Issue
Block a user