diff options
| author | 2009-07-01 17:24:13 +0000 | |
|---|---|---|
| committer | 2009-07-01 17:24:13 +0000 | |
| commit | 74000a49e93dac9da64deda081b99e5b264642ad (patch) | |
| tree | baad8d6b243c654c12314b0c8b9655662a18c4e8 /src/modules/mediaplayer/mp_xmmsinterface.cpp | |
| parent | small fix for previous commit (diff) | |
| download | KVIrc-74000a49e93dac9da64deda081b99e5b264642ad.tar.gz KVIrc-74000a49e93dac9da64deda081b99e5b264642ad.tar.bz2 KVIrc-74000a49e93dac9da64deda081b99e5b264642ad.zip | |
improved hungarian notation;
added missing tooltips;
removed uselss definition of KviQCString
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3297 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/mediaplayer/mp_xmmsinterface.cpp')
| -rw-r--r-- | src/modules/mediaplayer/mp_xmmsinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/mediaplayer/mp_xmmsinterface.cpp b/src/modules/mediaplayer/mp_xmmsinterface.cpp index c6f0c5574..37d13f1b2 100644 --- a/src/modules/mediaplayer/mp_xmmsinterface.cpp +++ b/src/modules/mediaplayer/mp_xmmsinterface.cpp @@ -279,7 +279,7 @@ KviMediaPlayerInterface::PlayerStatus KviXmmsInterface::status() bool KviXmmsInterface::playMrl(const QString &mrl) { void (*sym)(int,char *) = (void (*)(int,char *))lookupSymbol("xmms_remote_playlist_add_url_string"); - KviQCString tmp = mrl.toLocal8Bit(); + QByteArray tmp = mrl.toLocal8Bit(); if(!tmp.isEmpty()) { if(sym) |
