mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Always include Qt using <> and cleaned up some includes/whitespace
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
|
||||
class RimFormationNames;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
//==================================================================================================
|
||||
class RimFormationNamesCollection: public caf::PdmObject
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
@@ -36,6 +39,7 @@ public:
|
||||
|
||||
void importFiles(const QStringList& fileNames);
|
||||
void updateFilePathsFromProjectPath(const QString& newProjectPath, const QString& oldProjectPath);
|
||||
|
||||
private:
|
||||
caf::PdmChildArrayField<RimFormationNames*> m_formationNamesList;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user