Fix indentation

This commit is contained in:
Nyall Dawson 2017-11-23 15:43:17 +10:00
parent 07e4c57291
commit f8d839519f
6 changed files with 191 additions and 190 deletions

View File

@ -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.

View File

@ -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
View File