diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-24 07:57:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-24 07:57:52 +0000 |
| commit | 35804feb8272a8f6a9e6003787d88fe915575b12 (patch) | |
| tree | 5dd5b18363185ae774c6f34504e5da545c377467 /src/qmmpui/groupedcontainer.cpp | |
| parent | 0d48ae801429d3513e26ad322489d04a9c83e197 (diff) | |
| download | qmmp-35804feb8272a8f6a9e6003787d88fe915575b12.tar.gz qmmp-35804feb8272a8f6a9e6003787d88fe915575b12.tar.bz2 qmmp-35804feb8272a8f6a9e6003787d88fe915575b12.zip | |
fixed warnings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3655 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/groupedcontainer.cpp')
| -rw-r--r-- | src/qmmpui/groupedcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/groupedcontainer.cpp b/src/qmmpui/groupedcontainer.cpp index c30b08fce..52f86a301 100644 --- a/src/qmmpui/groupedcontainer.cpp +++ b/src/qmmpui/groupedcontainer.cpp @@ -128,7 +128,7 @@ PlayListItem *GroupedContainer::item(int index) const { if(index >= count() || index < 0) { - qWarning("PlayListItem: index is out of range"); + qWarning("GroupedContainer: index is out of range"); return 0; } return m_items.at(index); |
