mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 07:56:08 -06:00
AppFwk : Whitespace
This commit is contained in:
parent
ddf9a6a2d8
commit
bc9332f45a
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user