mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix coverity uninitialized member warnings
This commit is contained in:
parent
d8dc02d7e7
commit
99e5352d00
@ -235,6 +235,7 @@ QString QgsAttributeActionDialog::textForType( QgsAction::ActionType type )
|
||||
case QgsAction::OpenUrl:
|
||||
return tr( "Open URL" );
|
||||
}
|
||||
return QString();
|
||||
}
|
||||
|
||||
void QgsAttributeActionDialog::remove()
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include <QStringList>
|
||||
|
||||
QgsAttributeTableConfig::QgsAttributeTableConfig()
|
||||
: mActionWidgetStyle( DropDown )
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -43,6 +43,7 @@ QgsAttributeTableView::QgsAttributeTableView( QWidget *parent )
|
||||
, mActionPopup( nullptr )
|
||||
, mRowSectionAnchor( 0 )
|
||||
, mCtrlDragSelectionFlag( QItemSelectionModel::Select )
|
||||
, mActionWidget( nullptr )
|
||||
{
|
||||
QSettings settings;
|
||||
restoreGeometry( settings.value( "/BetterAttributeTable/geometry" ).toByteArray() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user