diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-12-12 19:10:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-12-12 19:10:41 +0000 |
| commit | dd1617ae2862cea5f2c27a1c6d3e3859655a040f (patch) | |
| tree | 739e9e6270aefe2ae35239ebb7fe72b6b8ad5fe2 /src/qmmpui/playlistheadermodel.cpp | |
| parent | 8ca516bc875e88009821a243843d8c7ef986235e (diff) | |
| download | qmmp-dd1617ae2862cea5f2c27a1c6d3e3859655a040f.tar.gz qmmp-dd1617ae2862cea5f2c27a1c6d3e3859655a040f.tar.bz2 qmmp-dd1617ae2862cea5f2c27a1c6d3e3859655a040f.zip | |
improved code style
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9585 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistheadermodel.cpp')
| -rw-r--r-- | src/qmmpui/playlistheadermodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qmmpui/playlistheadermodel.cpp b/src/qmmpui/playlistheadermodel.cpp index 5e16be5d0..9077dd88b 100644 --- a/src/qmmpui/playlistheadermodel.cpp +++ b/src/qmmpui/playlistheadermodel.cpp @@ -30,7 +30,6 @@ PlayListHeaderModel::PlayListHeaderModel(QObject *parent) : QObject(parent) { m_helper = MetaDataHelper::instance(); - m_settings_loaded = false; ColumnHeader col; col.name = tr("Artist - Title"); |
