diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-04-12 12:20:39 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-04-12 12:20:39 (GMT) |
commit | 1d768c1deb98a8e32cdbd7790186e1d6a81acc29 (patch) | |
tree | 5478a666210669e2a1a3c8ff52292b1b75cc2c32 /src/gui/kernel/qwidget.cpp | |
parent | 3cf347414ce2203178893fb1fa1d005633d37526 (diff) | |
download | Qt-1d768c1deb98a8e32cdbd7790186e1d6a81acc29.zip Qt-1d768c1deb98a8e32cdbd7790186e1d6a81acc29.tar.gz Qt-1d768c1deb98a8e32cdbd7790186e1d6a81acc29.tar.bz2 |
Ifdef out QPlatformWindow implementation when not compiling lighthouse
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 7eaf03c..07639ba 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -11842,6 +11842,7 @@ QWindowSurface *QWidget::windowSurface() const return bs ? bs->windowSurface : 0; } +#if defined(Q_WS_LITE) /*! \preliminary @@ -11879,6 +11880,7 @@ QPlatformWindow *QWidget::platformWindow() const return 0; } +#endif //defined(Q_WS_LITE) void QWidgetPrivate::getLayoutItemMargins(int *left, int *top, int *right, int *bottom) const { |