From 4ac521354dfa575c31ecb732a0f8c1e18827c21e Mon Sep 17 00:00:00 2001 From: David Schulz Date: Fri, 23 Nov 2012 14:27:50 +0100 Subject: QtBase: example code style Change-Id: I0685f7e2c7c698a4bf288b8b1ae909167932a3fb Reviewed-by: hjk --- examples/widgets/draganddrop/dropsite/droparea.cpp | 5 +++-- examples/widgets/draganddrop/dropsite/droparea.h | 2 +- examples/widgets/draganddrop/dropsite/dropsitewindow.h | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'examples/widgets/draganddrop/dropsite') diff --git a/examples/widgets/draganddrop/dropsite/droparea.cpp b/examples/widgets/draganddrop/dropsite/droparea.cpp index e4c087852a..9982529d98 100644 --- a/examples/widgets/draganddrop/dropsite/droparea.cpp +++ b/examples/widgets/draganddrop/dropsite/droparea.cpp @@ -38,10 +38,11 @@ ** ****************************************************************************/ -#include - #include "droparea.h" +#include +#include + //! [DropArea constructor] DropArea::DropArea(QWidget *parent) : QLabel(parent) diff --git a/examples/widgets/draganddrop/dropsite/droparea.h b/examples/widgets/draganddrop/dropsite/droparea.h index ac66182a70..8784090325 100644 --- a/examples/widgets/draganddrop/dropsite/droparea.h +++ b/examples/widgets/draganddrop/dropsite/droparea.h @@ -74,4 +74,4 @@ private: }; //! [DropArea header part2] -#endif +#endif // DROPAREA_H diff --git a/examples/widgets/draganddrop/dropsite/dropsitewindow.h b/examples/widgets/draganddrop/dropsite/dropsitewindow.h index a4aeaf4fc5..45fdd36d3f 100644 --- a/examples/widgets/draganddrop/dropsite/dropsitewindow.h +++ b/examples/widgets/draganddrop/dropsite/dropsitewindow.h @@ -74,4 +74,4 @@ private: }; //! [DropSiteWindow header] -#endif +#endif // DROPSITEWINDOW_H -- cgit v1.2.3