mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#4683 clang-format on all files in ApplicationCode
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
static RiaFeatureCommandContext* instance();
|
||||
|
||||
QObject* object() const;
|
||||
void setObject(QObject* object);
|
||||
void setObject( QObject* object );
|
||||
|
||||
QString titleString() const;
|
||||
QString contentString() const;
|
||||
@@ -54,7 +54,7 @@ private:
|
||||
class RiaFeatureCommandContextHelper
|
||||
{
|
||||
public:
|
||||
RiaFeatureCommandContextHelper(QObject* externalObject);
|
||||
RiaFeatureCommandContextHelper( QObject* externalObject );
|
||||
~RiaFeatureCommandContextHelper();
|
||||
};
|
||||
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
class RiaFeatureCommandContextTextHelper
|
||||
{
|
||||
public:
|
||||
RiaFeatureCommandContextTextHelper(const QString& title, const QString& text);
|
||||
RiaFeatureCommandContextTextHelper( const QString& title, const QString& text );
|
||||
~RiaFeatureCommandContextTextHelper();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user