mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Avoid slashes in comments to not trigger multi-line comment warnings on linux.
This commit is contained in:
committed by
Magne Sjaastad
parent
6de9288597
commit
d1da920394
@@ -133,7 +133,7 @@ RimSummaryCase*
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimSummaryCase* RimSummaryCaseMainCollection::findSummaryCaseFromFileName( const QString& fileName ) const
|
||||
{
|
||||
// Use QFileInfo object to compare two file names to avoid mix of / and \\
|
||||
// Use QFileInfo object to compare two file names to avoid mix of '/' and '\\'
|
||||
|
||||
QFileInfo incomingFileInfo( fileName );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user