We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8147051 commit 859efa5Copy full SHA for 859efa5
src/app/qgsdxfexportdialog.cpp
@@ -366,7 +366,8 @@ void QgsVectorLayerAndAttributeModel::unSelectAll()
366
{
367
mCheckedLeafs.clear();
368
369
- applyVisibility( QSet<QString>(), rootGroup() );
+ QSet<QString> noLayers;
370
+ applyVisibility( noLayers, rootGroup() );
371
372
emit dataChanged( QModelIndex(), QModelIndex() );
373
}
src/plugins/offline_editing/CMakeLists.txt
@@ -48,10 +48,10 @@ INCLUDE_DIRECTORIES(
48
${SQLITE3_INCLUDE_DIR}
49
${CMAKE_CURRENT_BINARY_DIR}
50
../../core
51
- ../../core/layertree
+ ../../core/layertree
52
../../core/raster
53
../../gui
54
- ../../gui/layertree
+ ../../gui/layertree
55
..
56
${GEOS_INCLUDE_DIR}
57
)
0 commit comments