mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-10 09:40:41 +02:00
Cosmetic changes
This commit is contained in:
@@ -111,7 +111,7 @@ QMimeData *MappingListModel::mimeData(const QModelIndexList &indexes) const
|
||||
QByteArray encodeData;
|
||||
QDataStream stream(&encodeData, QIODevice::WriteOnly);
|
||||
|
||||
foreach (QModelIndex index, indexes) {
|
||||
for (QModelIndex index: indexes) {
|
||||
if (index.isValid()) {
|
||||
if (index.column() == MM::HideColumn) {
|
||||
int id = data(index, Qt::UserRole).toInt();
|
||||
|
||||
Reference in New Issue
Block a user