mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Set copy constructor and assignment operator deleted
This commit is contained in:
@@ -31,6 +31,8 @@ class RiaFeatureCommandContext
|
||||
public:
|
||||
static RiaFeatureCommandContext* instance();
|
||||
|
||||
RiaFeatureCommandContext( const RiaFeatureCommandContext& ) = delete;
|
||||
|
||||
QObject* object() const;
|
||||
void setObject( QObject* object );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user