forked from teamnwah/openmw-tes3coop
corrected include to follow our standards.
This commit is contained in:
parent
6e07568b43
commit
5671a4b8e2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "nestedtablemodel.hpp"
|
#include "nestedtablemodel.hpp"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include "./idtable.hpp"
|
#include "idtable.hpp"
|
||||||
|
|
||||||
CSMWorld::NestedTableModel::NestedTableModel(const QModelIndex& parent,
|
CSMWorld::NestedTableModel::NestedTableModel(const QModelIndex& parent,
|
||||||
ColumnBase::Display columnId,
|
ColumnBase::Display columnId,
|
||||||
|
|
Loading…
Reference in a new issue