Fix naming

Signed-off-by: QazCetelic <qaz.cetelic@protonmail.com>
This commit is contained in:
QazCetelic
2024-11-23 18:10:33 +01:00
parent 6ca18c6266
commit 33ff3b4f36
2 changed files with 19 additions and 19 deletions

View File

@@ -104,8 +104,8 @@ class IconList : public QAbstractListModel {
private:
shared_qobject_ptr<QFileSystemWatcher> m_watcher;
bool m_is_watching;
QMap<QString, int> m_name_index;
bool m_isWatching;
QMap<QString, int> m_nameIndex;
QVector<MMCIcon> m_icons;
QDir m_dir;
};