mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
obscure spelling
This commit is contained in:
parent
df209774d4
commit
f3a6df5c0d
@ -4829,6 +4829,7 @@ orignally:originally
|
|||||||
orignially:originally
|
orignially:originally
|
||||||
orthagonal:orthogonal
|
orthagonal:orthogonal
|
||||||
orthagonalize:orthogonalize
|
orthagonalize:orthogonalize
|
||||||
|
osbscure:obscure
|
||||||
oscilate:oscillate
|
oscilate:oscillate
|
||||||
oscilated:oscillated
|
oscilated:oscillated
|
||||||
oscilating:oscillating
|
oscilating:oscillating
|
||||||
|
@ -58,7 +58,7 @@ QgsWFSSourceSelect::QgsWFSSourceSelect( QWidget *parent, Qt::WindowFlags fl, Qgs
|
|||||||
|
|
||||||
if ( mWidgetMode != QgsProviderRegistry::WidgetMode::None )
|
if ( mWidgetMode != QgsProviderRegistry::WidgetMode::None )
|
||||||
{
|
{
|
||||||
// For some osbscure reson hiding does not work!
|
// For some obscure reson hiding does not work!
|
||||||
// buttonBox->button( QDialogButtonBox::Close )->hide();
|
// buttonBox->button( QDialogButtonBox::Close )->hide();
|
||||||
buttonBox->removeButton( buttonBox->button( QDialogButtonBox::Close ) );
|
buttonBox->removeButton( buttonBox->button( QDialogButtonBox::Close ) );
|
||||||
mHoldDialogOpen->setHidden( true );
|
mHoldDialogOpen->setHidden( true );
|
||||||
|
@ -64,7 +64,7 @@ QgsWMSSourceSelect::QgsWMSSourceSelect( QWidget *parent, Qt::WindowFlags fl, Qgs
|
|||||||
|
|
||||||
if ( mWidgetMode != QgsProviderRegistry::WidgetMode::None )
|
if ( mWidgetMode != QgsProviderRegistry::WidgetMode::None )
|
||||||
{
|
{
|
||||||
// For some osbscure reson hiding does not work!
|
// For some obscure reson hiding does not work!
|
||||||
// buttonBox->button( QDialogButtonBox::Close )->hide();
|
// buttonBox->button( QDialogButtonBox::Close )->hide();
|
||||||
buttonBox->removeButton( buttonBox->button( QDialogButtonBox::Close ) );
|
buttonBox->removeButton( buttonBox->button( QDialogButtonBox::Close ) );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user