mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
This commit is contained in:
@@ -64,11 +64,8 @@ public:
|
||||
|
||||
// Overrides from RimCase
|
||||
QString locationOnDisc() const override;
|
||||
QString gridFileName() const override
|
||||
{
|
||||
return caseFileName().path();
|
||||
}
|
||||
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath ) override;
|
||||
QString gridFileName() const override { return caseFileName().path(); }
|
||||
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath ) override;
|
||||
|
||||
RimFlowDiagSolution* defaultFlowDiagSolution();
|
||||
std::vector<RimFlowDiagSolution*> flowDiagSolutions();
|
||||
|
||||
Reference in New Issue
Block a user