aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-06-13 20:01:30 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-06-13 20:01:30 +0000
commitd09469625cc54c4cd5f0b8638abbdfd3c59077c5 (patch)
treeb7792171fd0951e1319d9cfc5e80136f38cfcaa8 /src/ui/mainwindow.cpp
parenta823ec7876e7953e4c73571d7e98544a3a1a9aaf (diff)
downloadqmmp-d09469625cc54c4cd5f0b8638abbdfd3c59077c5.tar.gz
qmmp-d09469625cc54c4cd5f0b8638abbdfd3c59077c5.tar.bz2
qmmp-d09469625cc54c4cd5f0b8638abbdfd3c59077c5.zip
fixed some debug messages
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@969 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.cpp')
-rw-r--r--src/ui/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp
index 50c695d3c..e9f2ed27c 100644
--- a/src/ui/mainwindow.cpp
+++ b/src/ui/mainwindow.cpp
@@ -260,8 +260,8 @@ void MainWindow::showState(Qmmp::State state)
void MainWindow::showMetaData()
{
qDebug("===== metadata ======");
- qDebug("ARTIST = %s", qPrintable(m_core->metaData(Qmmp::TITLE)));
- qDebug("TITLE = %s", qPrintable(m_core->metaData(Qmmp::ARTIST)));
+ qDebug("ARTIST = %s", qPrintable(m_core->metaData(Qmmp::ARTIST)));
+ qDebug("TITLE = %s", qPrintable(m_core->metaData(Qmmp::TITLE)));
qDebug("ALBUM = %s", qPrintable(m_core->metaData(Qmmp::ALBUM)));
qDebug("COMMENT = %s", qPrintable(m_core->metaData(Qmmp::COMMENT)));
qDebug("GENRE = %s", qPrintable(m_core->metaData(Qmmp::GENRE)));