mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4589 Recursive Import Dialog: Add a method to extract the root path from a search path string. Also added unit test for this
This commit is contained in:
@@ -41,4 +41,5 @@ public:
|
||||
static QString canonicalPath(const QString& path);
|
||||
static std::pair<QString, QString> toFolderAndFileName(const QString& absFileName);
|
||||
static QString removeDuplicatePathSeparators(const QString& path);
|
||||
static QString rootSearchPathFromSearchFilter(const QString& searchFilter);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user