summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/kms/qkmsintegration.h
diff options
context:
space:
mode:
authorJohannes Zellner <johannes.zellner@nokia.com>2011-11-28 19:45:14 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-29 14:00:01 +0100
commit6366a3186a02d155ad1621377188cbbed41402bc (patch)
treea6a0ea6850582effe032c5a83a0455fd8ec78cb5 /src/plugins/platforms/kms/qkmsintegration.h
parent4db95ffd7dd67f5657ddefd6e8072851e1d93c51 (diff)
Remove QPlatformPrinterSupport usage
QPlatformPrinterSupport seems to not exist anymore. Change-Id: I142ce99877620e0b678fd6693bc72257ca230e4f Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/kms/qkmsintegration.h')
-rw-r--r--src/plugins/platforms/kms/qkmsintegration.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/platforms/kms/qkmsintegration.h b/src/plugins/platforms/kms/qkmsintegration.h
index a1f3623280..15bbd1b827 100644
--- a/src/plugins/platforms/kms/qkmsintegration.h
+++ b/src/plugins/platforms/kms/qkmsintegration.h
@@ -62,7 +62,6 @@ public:
QPlatformBackingStore *createPlatformBackingStore(QWindow *window) const;
QPlatformFontDatabase *fontDatabase() const;
- QPlatformPrinterSupport *printerSupport() const;
QAbstractEventDispatcher *guiThreadEventDispatcher() const;
void addScreen(QKmsScreen *screen);
@@ -73,7 +72,6 @@ private:
QList<QPlatformScreen *> m_screens;
QList<QKmsDevice *> m_devices;
QPlatformFontDatabase *m_fontDatabase;
- QPlatformPrinterSupport *m_printerSupport;
QAbstractEventDispatcher *m_eventDispatcher;
};