X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lib%2Fqtcamdevice.h;h=5a73842ae321983a399d8e3cc09453431a74d884;hb=e241b6d193a356ed584734fae239ed93c50b1857;hp=d67aa4ed380cbe62f5520c2dfc3ee63917dcacb3;hpb=acb6037c2c54ce53e7cda692b23a416c192cd02c;p=harmattan%2Fcameraplus diff --git a/lib/qtcamdevice.h b/lib/qtcamdevice.h index d67aa4e..5a73842 100644 --- a/lib/qtcamdevice.h +++ b/lib/qtcamdevice.h @@ -3,7 +3,7 @@ /*! * This file is part of CameraPlus. * - * Copyright (C) 2012 Mohammed Sameer + * Copyright (C) 2012-2013 Mohammed Sameer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -80,12 +80,13 @@ private: Q_PRIVATE_SLOT(d_ptr, void _d_stopped()) Q_PRIVATE_SLOT(d_ptr, void _d_stopping()) - friend class QtCamMetaData; + friend class QtCamMetaDataPrivate; friend class QtCamCapability; friend class QtCamVideoTorch; friend class QtCamVideoMute; friend class QtCamAutoFocusPrivate; friend class QtCamRoiPrivate; + friend class QtCamNotifications; QtCamDevicePrivate *d_ptr; };