mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 13:09:36 +02:00
Integrate all code inside a namespace
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
#include "MappingListModel.h"
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
|
||||
MappingListModel::MappingListModel(QObject *parent) :
|
||||
QAbstractTableModel(parent)
|
||||
{
|
||||
@@ -201,3 +203,5 @@ void MappingListModel::setVisibility(const QModelIndex &index)
|
||||
setData(index, !(mappingList.at(index.row()).isVisible), Qt::CheckStateRole);
|
||||
}
|
||||
}
|
||||
|
||||
MM_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user