Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warnings
This commit is contained in:
commit
ef6f9487f4
97 changed files with 2445 additions and 1611 deletions
|
@ -202,6 +202,7 @@ class ResourceFolderModel : public QAbstractListModel {
|
|||
QStringList m_column_names = {"Enable", "Name", "Last Modified"};
|
||||
QStringList m_column_names_translated = {tr("Enable"), tr("Name"), tr("Last Modified")};
|
||||
QList<QHeaderView::ResizeMode> m_column_resize_modes = { QHeaderView::ResizeToContents, QHeaderView::Stretch, QHeaderView::ResizeToContents };
|
||||
QList<bool> m_columnsHideable = { false, false, true };
|
||||
|
||||
QDir m_dir;
|
||||
BaseInstance* m_instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue