X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lib%2Fqtcamnotifications.h;h=e692e789232cbec84b0a32e8c2ff275bc77a05d4;hb=bbaadb8139399ca7d6088bf8ff69fa487eae57bd;hp=784ab6139bf64c9101e78ea1b476caab23721bd2;hpb=895498a17049de7244e8bc6e6f8031388a1da209;p=harmattan%2Fcameraplus diff --git a/lib/qtcamnotifications.h b/lib/qtcamnotifications.h index 784ab61..e692e78 100644 --- a/lib/qtcamnotifications.h +++ b/lib/qtcamnotifications.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 @@ -49,7 +49,7 @@ signals: void autoFocusAcquired(); private: - Q_PRIVATE_SLOT(d_ptr, void autoFocusStatusChanged()); + Q_PRIVATE_SLOT(d_ptr, void autoFocusStatusChanged(GstMessage *)); QtCamNotificationsPrivate *d_ptr; };