mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-15 10:03:34 -06:00
11 lines
247 B
C++
11 lines
247 B
C++
#pragma once
|
|
|
|
#include "cafFilePath.h"
|
|
|
|
#include <QTextStream>
|
|
|
|
#include <vector>
|
|
|
|
QTextStream& operator << (QTextStream& str, const std::vector<caf::FilePath>& sobj);
|
|
QTextStream& operator >> (QTextStream& str, std::vector<caf::FilePath>& sobj);
|