From cbf3771e86272c10519394627784d6c1088f3a3b Mon Sep 17 00:00:00 2001 From: David Schulz Date: Fri, 23 Nov 2012 11:52:51 +0100 Subject: QtBase: examples/widgets/painting code style Change-Id: I3d3c6f3bae20ac8383279437f8f89c92195a704f Reviewed-by: hjk --- examples/widgets/painting/transformations/window.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/widgets/painting/transformations/window.cpp') diff --git a/examples/widgets/painting/transformations/window.cpp b/examples/widgets/painting/transformations/window.cpp index dbbed9fd44..beb9a3e975 100644 --- a/examples/widgets/painting/transformations/window.cpp +++ b/examples/widgets/painting/transformations/window.cpp @@ -38,10 +38,11 @@ ** ****************************************************************************/ -#include - #include "window.h" +#include +#include + //! [0] Window::Window() { @@ -148,8 +149,7 @@ void Window::setupShapes() shapes.append(text); shapes.append(truck); - connect(shapeComboBox, SIGNAL(activated(int)), - this, SLOT(shapeSelected(int))); + connect(shapeComboBox, SIGNAL(activated(int)), this, SLOT(shapeSelected(int))); } //! [7] -- cgit v1.2.3