34 QgsAbstractDbSourceSelect::settingHoldDialogOpen->copyValueFromKey( QStringLiteral(
"ogr/GPKGSourceSelect/HoldDialogOpen" ), { QStringLiteral(
"ogr/GPKGSourceSelect" ) }, true );
35 QgsAbstractDbSourceSelect::settingHoldDialogOpen->copyValueFromKey( QStringLiteral(
"ogr/SQLiteSourceSelect/HoldDialogOpen" ), { QStringLiteral(
"ogr/SQLiteSourceSelect" ) }, true );
36 QgsAbstractDbSourceSelect::settingHoldDialogOpen->copyValueFromKey( QStringLiteral(
"Windows/MSSQLSourceSelect/HoldDialogOpen" ), { QStringLiteral(
"MSSQLSourceSelect" ) }, true );
37 QgsAbstractDbSourceSelect::settingHoldDialogOpen->copyValueFromKey( QStringLiteral(
"Windows/PgSourceSelect/HoldDialogOpen" ), { QStringLiteral(
"PgSourceSelect" ) }, true );
38 QgsAbstractDbSourceSelect::settingHoldDialogOpen->copyValueFromKey( QStringLiteral(
"Windows/SpatiaLiteSourceSelect/HoldDialogOpen" ), { QStringLiteral(
"SpatiaLiteSourceSelect" ) }, true );
bool copyValueFromKey(const QString &key, bool removeSettingAtKey=false) const
Copies the value from a given key if it exists.
void copyValueToKeyIfChanged(const QString &key, const QStringList &dynamicKeyPartList=QStringList()) const
Copies the settings to the given key, if it has changed during the current QGIS session (see hasChang...
A boolean settings entry.