mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7347 Property Editor : Enable undo/redo of field changed operations
This commit is contained in:
@@ -1140,7 +1140,6 @@ bool operator<( const RifEclipseSummaryAddress& first, const RifEclipseSummaryAd
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QTextStream& operator<<( QTextStream& str, const RifEclipseSummaryAddress& sobj )
|
||||
{
|
||||
CVF_ASSERT( false );
|
||||
return str;
|
||||
}
|
||||
|
||||
@@ -1149,6 +1148,5 @@ QTextStream& operator<<( QTextStream& str, const RifEclipseSummaryAddress& sobj
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QTextStream& operator>>( QTextStream& str, RifEclipseSummaryAddress& sobj )
|
||||
{
|
||||
CVF_ASSERT( false );
|
||||
return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user