Qt: Actually fix clang build
Vicki Pfau vi@endrift.com
Sun, 20 Jan 2019 23:12:15 -0800
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/platform/qt/LogConfigModel.h
→
src/platform/qt/LogConfigModel.h
@@ -43,7 +43,7 @@ QString name;
const char* id; int levels; - bool operator<(const ConfigSetting& other) { + bool operator<(const ConfigSetting& other) const { return name < other.name; } };@@ -54,4 +54,4 @@ QList<ConfigSetting> m_cache;
int m_levels; }; -}+}