Skip to content

Commit

Permalink
[mms_attachment_qt] Only include <QImage> rather than entire <QtGui>
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Mar 5, 2014
1 parent 740f598 commit 5866a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mms-lib/src/mms_attachment_qt.cpp
Expand Up @@ -20,7 +20,7 @@ extern "C" {

#ifdef MMS_RESIZE_QT

#include <QtGui/QtGui>
#include <QtGui/QImage>

gboolean
mms_attachment_image_resize_qt(
Expand Down

0 comments on commit 5866a7d

Please sign in to comment.