Skip to content

Commit

Permalink
Fixes: crashing unit test
Browse files Browse the repository at this point in the history
RevBy: TrustMe
  • Loading branch information
palehtin committed Aug 18, 2011
1 parent a726101 commit 19f2d87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ut_clockview/ut_clockview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ const MWidgetModel *MWidgetController::model() const
}

// MLabel stub
MLabel::MLabel(QGraphicsItem *, MLabelModel *)
{
}

void MLabel::setAlignment(Qt::Alignment alignment)
{
Ut_ClockView::alignment = alignment;
Expand Down

0 comments on commit 19f2d87

Please sign in to comment.