replace qvector with qlist
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@@ -106,6 +106,6 @@ class IconList : public QAbstractListModel {
|
||||
shared_qobject_ptr<QFileSystemWatcher> m_watcher;
|
||||
bool m_isWatching;
|
||||
QMap<QString, int> m_nameIndex;
|
||||
QVector<MMCIcon> m_icons;
|
||||
QList<MMCIcon> m_icons;
|
||||
QDir m_dir;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user