All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -23,7 +23,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
# include <QDialogButtonBox>
|
||||
#include <QDialogButtonBox>
|
||||
|
||||
|
||||
#include <Mod/Part/App/OCAF/ImportExportSettings.h>
|
||||
@@ -36,8 +36,8 @@
|
||||
using namespace PartGui;
|
||||
|
||||
DlgImportStep::DlgImportStep(QWidget* parent)
|
||||
: PreferencePage(parent)
|
||||
, ui(new Ui_DlgImportStep)
|
||||
: PreferencePage(parent)
|
||||
, ui(new Ui_DlgImportStep)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
Part::OCAF::ImportExportSettings settings;
|
||||
@@ -120,7 +120,7 @@ StepImportSettings DlgImportStep::getSettings() const
|
||||
/**
|
||||
* Sets the strings of the subwidgets using the current language.
|
||||
*/
|
||||
void DlgImportStep::changeEvent(QEvent *e)
|
||||
void DlgImportStep::changeEvent(QEvent* e)
|
||||
{
|
||||
if (e->type() == QEvent::LanguageChange) {
|
||||
ui->retranslateUi(this);
|
||||
@@ -133,8 +133,8 @@ void DlgImportStep::changeEvent(QEvent *e)
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
TaskImportStep::TaskImportStep(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
, ui(new DlgImportStep(this))
|
||||
: QDialog(parent)
|
||||
, ui(new DlgImportStep(this))
|
||||
{
|
||||
QApplication::setOverrideCursor(Qt::ArrowCursor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user