Open picture manager when clicking on the picture at the profile

This patch makes the click on pic == open picture browser works
also on the profile instead of only on the list view..

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-06-27 18:00:42 -03:00 committed by Dirk Hohndel
parent 259b73335f
commit 3f98f024e4
4 changed files with 18 additions and 7 deletions

View file

@ -337,7 +337,6 @@ void DateWidget::paintEvent(QPaintEvent *event)
QString year = mDate.toString("yyyy");
QString day = mDate.toString("dd");
QFont font = QFont("monospace", 10);
QFontMetrics metrics = QFontMetrics(font);
painter.setFont(font);