diff options
| author | J-P Nurmi <jpnurmi@digia.com> | 2013-03-08 11:51:32 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-11 12:49:41 +0100 |
| commit | fe0505d3514d112ccbb797f17b20c36b52881a70 (patch) | |
| tree | b72b46782779e04dd1c43abb322523acea728f28 /src/layouts/qgridlayoutengine.cpp | |
| parent | 6f85819fdcdc508410d7a271d648dd558a1a1b51 (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.cpp | 4 |
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]; |
