We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae8065 commit d139119Copy full SHA for d139119
src/app/qgsbookmarks.cpp
@@ -348,7 +348,7 @@ void QgsBookmarks::exportToXML()
348
doc.appendChild( root );
349
350
int rowCount = mModel->rowCount();
351
- int colCount = mModel->columnCount();
+ int colCount = mModel->columnCount() - 1; // exclude virtual "In project" column
352
353
QList<QString> headerList;
354
headerList << "id" << "name" << "project" << "xmin" << "ymin" << "xmax" << "ymax" << "sr_id";
0 commit comments