diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-23 18:49:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-23 18:49:56 +0000 |
| commit | 2d71ff30445c455492b976c753ef72a9c048d497 (patch) | |
| tree | b74cf2eb4fa2021618c935c39eb45d11c0e08825 /src/qmmpui/groupedcontainer_p.h | |
| parent | 01bb81fdc905c2ec6d4ff97a528453eeda26df5f (diff) | |
| download | qmmp-2d71ff30445c455492b976c753ef72a9c048d497.tar.gz qmmp-2d71ff30445c455492b976c753ef72a9c048d497.tar.bz2 qmmp-2d71ff30445c455492b976c753ef72a9c048d497.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4593 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/groupedcontainer_p.h')
| -rw-r--r-- | src/qmmpui/groupedcontainer_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/groupedcontainer_p.h b/src/qmmpui/groupedcontainer_p.h index 260af3fab..fa293a077 100644 --- a/src/qmmpui/groupedcontainer_p.h +++ b/src/qmmpui/groupedcontainer_p.h @@ -66,7 +66,7 @@ public: private: void addGroup(PlayListGroup *group); - void updateIndex() const; + void updateCache() const; mutable QList<PlayListGroup *> m_groups; bool m_reverted; |
