Add missing Q_DISABLE_COPY

svn path=/trunk/playground/graphics/okular/; revision=620303
This commit is contained in:
Tobias Koenig 2007-01-05 16:40:07 +00:00
parent 42614623e8
commit 7f9581f455

View file

@ -54,6 +54,8 @@ class OKULAR_EXPORT SourceReference
private:
class Private;
Private* const d;
Q_DISABLE_COPY( SourceReference )
};
}