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:
@@ -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 );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user