#4683 clang-format on all files in ApplicationCode

This commit is contained in:
Magne Sjaastad
2019-09-06 10:40:57 +02:00
parent 3a317504bb
commit fe9e567825
2092 changed files with 117952 additions and 111846 deletions

View File

@@ -29,12 +29,12 @@ class RimEclipseResultCase;
class RicSelectOrCreateViewFeatureImpl
{
public:
static RimEclipseView* showViewSelection(RimEclipseResultCase* resultCase,
const QString& lastUsedViewKey,
const QString& newViewName,
const QString& dialogTitle);
static void focusView(RimEclipseView* view);
static RimEclipseView* showViewSelection( RimEclipseResultCase* resultCase,
const QString& lastUsedViewKey,
const QString& newViewName,
const QString& dialogTitle );
static void focusView( RimEclipseView* view );
private:
static RimEclipseView* getDefaultSelectedView(RimEclipseResultCase* resultCase, const QString& lastUsedViewKey);
static RimEclipseView* getDefaultSelectedView( RimEclipseResultCase* resultCase, const QString& lastUsedViewKey );
};