aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistheadermodel.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-12-12 19:10:41 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-12-12 19:10:41 +0000
commitdd1617ae2862cea5f2c27a1c6d3e3859655a040f (patch)
tree739e9e6270aefe2ae35239ebb7fe72b6b8ad5fe2 /src/qmmpui/playlistheadermodel.h
parent8ca516bc875e88009821a243843d8c7ef986235e (diff)
downloadqmmp-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.h')
-rw-r--r--src/qmmpui/playlistheadermodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistheadermodel.h b/src/qmmpui/playlistheadermodel.h
index aae68baa0..13098749c 100644
--- a/src/qmmpui/playlistheadermodel.h
+++ b/src/qmmpui/playlistheadermodel.h
@@ -161,7 +161,7 @@ private:
QHash<int, QVariant> data;
};
QList<ColumnHeader> m_columns;
- bool m_settings_loaded;
+ bool m_settings_loaded = false;
MetaDataHelper *m_helper;
};