Remove more QApp dependencies
authorLars Knoll <lars.knoll@nokia.com>
Wed, 4 May 2011 07:11:33 +0000 (09:11 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Wed, 4 May 2011 07:11:33 +0000 (09:11 +0200)
commit492bbdefd3655f55427761c324e90934157833fb
tree6dfaff4962a915d6486e91a025e7cdd9c01bb3f8
parent54c9b1a80c04a5ecc685dc29e27a27de81d8cc1b
Remove more QApp dependencies

platformIntegration() lives in QGuiApplication
QFont and QFontDatabase can live with QGuiApp only
as well.
18 files changed:
src/gui/egl/qegl_qpa.cpp
src/gui/kernel/qapplication.cpp
src/gui/kernel/qapplication.h
src/gui/kernel/qapplication_qpa.cpp
src/gui/kernel/qclipboard_qpa.cpp
src/gui/kernel/qdesktopwidget_qpa.cpp
src/gui/kernel/qeventdispatcher_glib_qpa.cpp
src/gui/kernel/qeventdispatcher_qpa.cpp
src/gui/kernel/qguiapplication.cpp
src/gui/kernel/qguiapplication.h
src/gui/kernel/qplatformscreen_qpa.cpp
src/gui/kernel/qwidget.cpp
src/gui/kernel/qwidget_qpa.cpp
src/gui/kernel/qwindow.cpp
src/gui/text/qfont.cpp
src/gui/text/qfont_qpa.cpp
src/gui/text/qfontdatabase.cpp
src/gui/text/qfontdatabase_qpa.cpp