diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-28 19:58:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-28 19:58:56 +0000 |
| commit | 48e1a9a6ee0f282c688072c2622c6756800fbc1c (patch) | |
| tree | bbb7b95bf0ab2f6ef5b49992a8442d233cb1d9ad /src/qmmpui/playlistgroup.h | |
| parent | d070edaee5fadeec66e44d2add8fdebe0bac983f (diff) | |
| download | qmmp-48e1a9a6ee0f282c688072c2622c6756800fbc1c.tar.gz qmmp-48e1a9a6ee0f282c688072c2622c6756800fbc1c.tar.bz2 qmmp-48e1a9a6ee0f282c688072c2622c6756800fbc1c.zip | |
added ColumnManager class, reverted previous commit
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4746 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistgroup.h')
| -rw-r--r-- | src/qmmpui/playlistgroup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qmmpui/playlistgroup.h b/src/qmmpui/playlistgroup.h index 8db56c1ed..2a9f3be3a 100644 --- a/src/qmmpui/playlistgroup.h +++ b/src/qmmpui/playlistgroup.h @@ -43,9 +43,8 @@ public: virtual ~PlayListGroup(); /*! * Returns formatted title of the group. - * @param column Number of column (unused). */ - const QString formattedTitle(int column = 0); + const QString formattedTitle(); /*! * Returns \b true if the group contains track \b track. * Otherwise returns \b false. |
