Skip to content

Commit

Permalink
missing QPen header compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Mar 25, 2013
1 parent f4bcb94 commit 4e9d5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/composer/qgscomposeritemwidget.cpp
Expand Up @@ -20,6 +20,7 @@
#include "qgscomposermap.h"
#include "qgspoint.h"
#include <QColorDialog>
#include <QPen>

QgsComposerItemWidget::QgsComposerItemWidget( QWidget* parent, QgsComposerItem* item ): QWidget( parent ), mItem( item )
{
Expand Down

0 comments on commit 4e9d5a5

Please sign in to comment.