SVN commit 1156842 by pedrol: Enable the stateChanged(QString&, ...) method that was hidden by the stateChanged(int) signal BUG: 246130 M +5 -0 player.h --- trunk/KDE/kdelibs/interfaces/kmediaplayer/player.h #1156841:1156842 @@ -135,6 +135,11 @@ * state.*/ void setState(int); +protected: + /* Enable the stateChanged(QString&, ...) method that was hidden by + the stateChanged(int) signal */ + using KXMLGUIClient::stateChanged; + private: bool currentLooping; State currentState;