X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fut_gmocktest%2Fpainter.cpp;h=66c456b95766c34fc690652c9b12623b2565f57c;hb=8b4b70a766440fae80289e799282c02d742dfffa;hp=c5facf76c0e69562e8ba5ac0e615a30b6589e1d6;hpb=e78a932997fd0d4701a419d248238cb0588ccf6e;p=ptas diff --git a/tests/ut_gmocktest/painter.cpp b/tests/ut_gmocktest/painter.cpp index c5facf7..66c456b 100644 --- a/tests/ut_gmocktest/painter.cpp +++ b/tests/ut_gmocktest/painter.cpp @@ -11,5 +11,6 @@ Painter::~Painter() { bool Painter::DrawCircle(int x, int y, int radius) { turtle->PenDown(); + emit DrawCircleCalled(x, y, radius); return true; }