Skip to content

Commit

Permalink
Update include/ConfigManager.h
Browse files Browse the repository at this point in the history
Co-authored-by: Sotonye Atemie <[email protected]>
  • Loading branch information
AW1534 and sakertooth authored Mar 5, 2025
1 parent 292ff3b commit fe81abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ConfigManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class LMMS_EXPORT ConfigManager : public QObject
return m_recentlyOpenedProjects;
}

inline const QStringList & starredItems() const
const QStringList & starredItems() const
{
return m_starredItems;
}
Expand Down

0 comments on commit fe81abc

Please sign in to comment.