Janitor : Set copy constructor and assignment operator deleted

This commit is contained in:
Magne Sjaastad
2019-11-03 10:53:32 +01:00
parent 688750dfab
commit 4ff56c7751
7 changed files with 68 additions and 51 deletions

View File

@@ -31,6 +31,8 @@ class RiaFeatureCommandContext
public:
static RiaFeatureCommandContext* instance();
RiaFeatureCommandContext( const RiaFeatureCommandContext& ) = delete;
QObject* object() const;
void setObject( QObject* object );