┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-03-27 19:16:19 +0000
committerPeter Penz <[email protected]>2007-03-27 19:16:19 +0000
commitcc60dc2b458eca32dfb50ef060db1019f1d2970d (patch)
tree7612fdf1de783162ef279e736f7b6a51297fc186 /src
parentfd060ce7f67a95b1e3f41d3ff091595f34704920 (diff)
use the Qt standard way to prevent a cloning of the object
svn path=/trunk/KDE/kdebase/apps/; revision=647238
Diffstat (limited to 'src')
-rw-r--r--src/viewproperties.h3
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;