From: Mohammed Sameer Date: Sat, 14 Sep 2013 21:00:40 +0000 (+0300) Subject: Added mime types for png and avi to PostCaptureModel X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=commitdiff_plain;h=1be7fcef42b70a4c50910d1ed0820de863180b82 Added mime types for png and avi to PostCaptureModel --- diff --git a/src/postcapturemodel.cpp b/src/postcapturemodel.cpp index 8c4c9e1..0da9ca7 100644 --- a/src/postcapturemodel.cpp +++ b/src/postcapturemodel.cpp @@ -97,7 +97,9 @@ PostCaptureModel::PostCaptureModel(QObject *parent) : if (m_mime.isEmpty()) { m_mime.insert("jpg", "image/jpeg"); + m_mime.insert("png", "image/png"); m_mime.insert("mp4", "video/mp4"); + m_mime.insert("avi", "video/x-msvideo"); } }