diff options
author | Shane Kearns <shane.kearns@sosco.com> | 2009-10-22 11:26:45 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@sosco.com> | 2009-10-22 13:50:11 (GMT) |
commit | cbbd7e084c7e46fd906db26b13032b8368c59093 (patch) | |
tree | e96ffeaa605e8675a9b9157f6f9ffd0b0a8ffb59 /src/gui/graphicsview/qgraphicslinearlayout.h | |
parent | abae4e913e91e64153edcc8cb771393062432ea2 (diff) | |
download | Qt-cbbd7e084c7e46fd906db26b13032b8368c59093.zip Qt-cbbd7e084c7e46fd906db26b13032b8368c59093.tar.gz Qt-cbbd7e084c7e46fd906db26b13032b8368c59093.tar.bz2 |
QtGui release/debug binary compatibility
QtGui had some debug functions only exported in the debug build.
Now these are exported in release mode as well, but as stubs (i.e. no
debug output is generated).
Reviewed-by: Thiago Macieira
Diffstat (limited to 'src/gui/graphicsview/qgraphicslinearlayout.h')
-rw-r--r-- | src/gui/graphicsview/qgraphicslinearlayout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/graphicsview/qgraphicslinearlayout.h b/src/gui/graphicsview/qgraphicslinearlayout.h index 742392e..15fe81a 100644 --- a/src/gui/graphicsview/qgraphicslinearlayout.h +++ b/src/gui/graphicsview/qgraphicslinearlayout.h @@ -97,9 +97,7 @@ public: Q5SizePolicy::ControlTypes controlTypes(LayoutSide side) const; #endif -#ifdef QT_DEBUG void dump(int indent = 0) const; -#endif protected: #if 0 |