forked from qt-creator/qt-creator
ThemeEntry: initialize member in ctor
Change-Id: Ic62012104503956b16468718299a24d63594339a Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
4b49b52c09
commit
1cd37bff95
@@ -84,7 +84,7 @@ static QString createThemeFileName(const QString &pattern)
|
||||
|
||||
struct ThemeEntry
|
||||
{
|
||||
ThemeEntry() {}
|
||||
ThemeEntry() : m_readOnly(true) {}
|
||||
ThemeEntry(const QString &name, const QString &filePath, bool readOnly):
|
||||
m_name(name),
|
||||
m_filePath(filePath),
|
||||
|
Reference in New Issue
Block a user