summaryrefslogtreecommitdiffstats
path: root/src/layouts/qgridlayoutengine.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-03-08 11:51:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-11 12:49:41 +0100
commitfe0505d3514d112ccbb797f17b20c36b52881a70 (patch)
treeb72b46782779e04dd1c43abb322523acea728f28 /src/layouts/qgridlayoutengine.cpp
parent6f85819fdcdc508410d7a271d648dd558a1a1b51 (diff)
Layouts: fix compilation warnings
Change-Id: Ia6dab83628142363cdbcb6d98562ac7d9f9cfe9f Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
Diffstat (limited to 'src/layouts/qgridlayoutengine.cpp')
-rw-r--r--src/layouts/qgridlayoutengine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/layouts/qgridlayoutengine.cpp b/src/layouts/qgridlayoutengine.cpp
index 11188d564..ae5da09ea 100644
--- a/src/layouts/qgridlayoutengine.cpp
+++ b/src/layouts/qgridlayoutengine.cpp
@@ -497,6 +497,10 @@ QGridLayoutItem::QGridLayoutItem(/*QGridLayoutEngine *engine, */
//q_engine->insertItem(this, itemAtIndex);###
}
+QGridLayoutItem::~QGridLayoutItem()
+{
+}
+
int QGridLayoutItem::firstRow(Qt::Orientation orientation) const
{
return q_firstRows[orientation == Qt::Vertical];