Add missing Q_DISABLE_COPY

svn path=/trunk/playground/graphics/okular/; revision=620303
remotes/origin/KDE/4.0
Tobias Koenig 19 years ago
parent 42614623e8
commit 7f9581f455
  1. 2
      core/sourcereference.h

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

Loading…
Cancel
Save