AppFwk : Whitespace

This commit is contained in:
Magne Sjaastad 2018-08-16 13:59:28 +02:00
parent ddf9a6a2d8
commit bc9332f45a
2 changed files with 8 additions and 15 deletions

View File

@ -34,7 +34,6 @@
//
//##################################################################################################
#include "cafPdmUiTableRowEditor.h"
#include "cafPdmField.h"
@ -42,11 +41,8 @@
#include "cafPdmUiEditorHandle.h"
#include "cafPdmUiTableViewQModel.h"
namespace caf
{
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
@ -62,9 +58,7 @@ PdmUiTableRowEditor::PdmUiTableRowEditor(PdmUiTableViewQModel* model, caf::PdmOb
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
PdmUiTableRowEditor::~PdmUiTableRowEditor()
{
}
PdmUiTableRowEditor::~PdmUiTableRowEditor() {}
//--------------------------------------------------------------------------------------------------
///
@ -90,5 +84,4 @@ void PdmUiTableRowEditor::configureAndUpdateUi(const QString& uiConfigName)
}
}
} // end namespace caf

View File

@ -54,7 +54,7 @@ public:
PdmUiTableRowEditor(PdmUiTableViewQModel* model, caf::PdmObjectHandle* pdmObject, int row);
virtual ~PdmUiTableRowEditor();
protected: // Interface to override:
protected:
void configureAndUpdateUi(const QString& uiConfigName) override;
private: