clang tidy fixes
This commit is contained in:
parent
3ae1dcba5f
commit
0c6ce610e0
|
@ -79,7 +79,7 @@ MenuBar::MenuBar( QQuickItem *parent ) : QskLinearBox( Qt::Vertical, parent )
|
|||
|
||||
m_entryStrings = { "Dashboard", "Rooms", "Devices", "Statistics", "Storage", "Members" };
|
||||
|
||||
for( const auto entryString : m_entryStrings )
|
||||
for( const auto &entryString : m_entryStrings )
|
||||
{
|
||||
auto* entry = new MenuItem( entryString, this );
|
||||
m_entries.append(entry);
|
||||
|
|
Loading…
Reference in New Issue