diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:14:01 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-05 20:47:53 +0200 |
| commit | edb69b6a65e67dd6368b8b0ae16a8bf4105ca76d (patch) | |
| tree | 28bd248be2c353363d87c4b09d04c871e45d5326 /src/modules/mediaplayer/mp_interface.h | |
| parent | ba43a7ccf7c51a6c29c752b669edd4eba06dc23e (diff) | |
| download | kvirc-edb69b6a65e67dd6368b8b0ae16a8bf4105ca76d.tar.gz kvirc-edb69b6a65e67dd6368b8b0ae16a8bf4105ca76d.zip | |
Rename old tq methods that no longer need a unique name
(cherry picked from commit 32a249baaef1b910bffd79734c78cac3671f00f2)
Diffstat (limited to 'src/modules/mediaplayer/mp_interface.h')
| -rw-r--r-- | src/modules/mediaplayer/mp_interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/mediaplayer/mp_interface.h b/src/modules/mediaplayer/mp_interface.h index 593a249..f1a5479 100644 --- a/src/modules/mediaplayer/mp_interface.h +++ b/src/modules/mediaplayer/mp_interface.h @@ -108,8 +108,8 @@ public: // return false only on communication failure virtual bool quit(); // return the current player status - enum PlayertqStatus { Unknown, Stopped, Playing, Paused }; - virtual KviMediaPlayerInterface::PlayertqStatus status(); + enum PlayerStatus { Unknown, Stopped, Playing, Paused }; + virtual KviMediaPlayerInterface::PlayerStatus status(); // current position in the media (msecs) // 0 if the player isn't playing anything and -1 if unknown virtual int position(); |
