diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/viewproperties.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/viewproperties.h b/src/viewproperties.h index 4ca220514..5eb17ab45 100644 --- a/src/viewproperties.h +++ b/src/viewproperties.h @@ -118,8 +118,7 @@ private: */ QString destinationDir(const QString& subDir) const; - ViewProperties(const ViewProperties& props); - ViewProperties& operator= (const ViewProperties& props); + Q_DISABLE_COPY(ViewProperties); private: bool m_changedProps; |
