mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4683 clang-format on all files in ApplicationCode
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include "cvfObject.h"
|
||||
#include "cvfString.h"
|
||||
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
///
|
||||
@@ -33,7 +32,9 @@
|
||||
class RivTextLabelSourceInfo : public RivObjectSourceInfo
|
||||
{
|
||||
public:
|
||||
explicit RivTextLabelSourceInfo(caf::PdmObject* pdmObject, const cvf::String& text, const cvf::Vec3f& positionDisplayCoord);
|
||||
explicit RivTextLabelSourceInfo( caf::PdmObject* pdmObject,
|
||||
const cvf::String& text,
|
||||
const cvf::Vec3f& positionDisplayCoord );
|
||||
|
||||
cvf::String text() const;
|
||||
cvf::Vec3f textPositionDisplayCoord() const;
|
||||
|
||||
Reference in New Issue
Block a user