mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Fix indentation
This commit is contained in:
parent
07e4c57291
commit
f8d839519f
@ -31,6 +31,7 @@ class APP_EXPORT QgsCrashHandler
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
* This class doesn't need to be created by anyone as is only used to handle
|
||||
* crashes in the application.
|
||||
|
@ -609,12 +609,12 @@ bool QgsDxfExportDialog::layerTitleAsName() const
|
||||
|
||||
bool QgsDxfExportDialog::force2d() const
|
||||
{
|
||||
return mForce2d->isChecked();
|
||||
return mForce2d->isChecked();
|
||||
}
|
||||
|
||||
bool QgsDxfExportDialog::useMText() const
|
||||
{
|
||||
return mMTextCheckBox->isChecked();
|
||||
return mMTextCheckBox->isChecked();
|
||||
}
|
||||
|
||||
void QgsDxfExportDialog::saveSettings()
|
||||
|
0
src/app/qgsdxfexportdialog.h
Executable file → Normal file
0
src/app/qgsdxfexportdialog.h
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user