mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 21:35:24 +00:00
c a p i t u l a t e
This commit is contained in:
parent
cd7941dc9f
commit
f1795a4698
@ -19,7 +19,8 @@
|
||||
#include <components/files/openfile.hpp>
|
||||
#include <components/files/qtconversion.hpp>
|
||||
|
||||
ContentSelectorModel::ContentModel::ContentModel(QObject* parent, QIcon& warningIcon, QIcon& errorIcon, bool showOMWScripts)
|
||||
ContentSelectorModel::ContentModel::ContentModel(
|
||||
QObject* parent, QIcon& warningIcon, QIcon& errorIcon, bool showOMWScripts)
|
||||
: QAbstractTableModel(parent)
|
||||
, mWarningIcon(warningIcon)
|
||||
, mErrorIcon(errorIcon)
|
||||
|
Loading…
x
Reference in New Issue
Block a user