diff options
| author | Peter Penz <[email protected]> | 2007-03-27 19:16:19 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-27 19:16:19 +0000 |
| commit | cc60dc2b458eca32dfb50ef060db1019f1d2970d (patch) | |
| tree | 7612fdf1de783162ef279e736f7b6a51297fc186 | |
| parent | fd060ce7f67a95b1e3f41d3ff091595f34704920 (diff) | |
use the Qt standard way to prevent a cloning of the object
svn path=/trunk/KDE/kdebase/apps/; revision=647238
| -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; |
