We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44cf5d commit 57beefdCopy full SHA for 57beefd
src/providers/ogr/qgsogrdbtablemodel.h
@@ -54,7 +54,7 @@ class QgsOgrDbTableModel : public QStandardItemModel
54
55
private:
56
//! Number of tables in the model
57
- int mTableCount;
+ int mTableCount = 0;
58
QString mPath;
59
60
QIcon iconForType( QgsWkbTypes::Type type ) const;
src/providers/wms/qgsxyzconnection.h
@@ -32,7 +32,7 @@ struct QgsXyzConnection
32
QString password;
33
// Referer
34
QString referer;
35
- bool hidden;
+ bool hidden = false;
36
37
QString encodedUri() const;
38
};
@@ -55,4 +55,4 @@ class QgsXyzConnectionUtils
-#endif // QGSXYZCONNECTION_H
+#endif // QGSXYZCONNECTION_H
0 commit comments