mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Hierarchy dialog. Removed duplicate definition
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Internal variables
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
static QString SEPARATOR = "/";
|
||||
static const QChar SEPARATOR = RiaFilePathTools::SEPARATOR;
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Internal functions
|
||||
@@ -613,7 +613,7 @@ void RicFileHierarchyDialog::updateEffectiveFilter()
|
||||
do
|
||||
{
|
||||
len = internalFilter.size();
|
||||
internalFilter.replace(SEPARATOR + SEPARATOR, SEPARATOR);
|
||||
internalFilter.replace(QString("%1%1").arg(SEPARATOR), SEPARATOR);
|
||||
} while (internalFilter.size() != len);
|
||||
|
||||
// Present native separators to the user
|
||||
|
||||
Reference in New Issue
Block a user