From 9d6f208704ca6fe0b3ba3ec26330aabdd1497a4e Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 30 Apr 2012 10:52:51 +0300 Subject: Remove unused private and protected members from QClipboard Change-Id: I1d5ce0db4a9a6582629e2c0b74e9ab998b405788 Reviewed-by: Kent Hansen Reviewed-by: Olivier Goffart --- src/gui/kernel/qclipboard.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gui/kernel/qclipboard.h') diff --git a/src/gui/kernel/qclipboard.h b/src/gui/kernel/qclipboard.h index 5c88764d88..1c21e5eaca 100644 --- a/src/gui/kernel/qclipboard.h +++ b/src/gui/kernel/qclipboard.h @@ -91,13 +91,8 @@ Q_SIGNALS: void selectionChanged(); void findBufferChanged(); void dataChanged(); -private Q_SLOTS: - void ownerDestroyed(); protected: - void connectNotify(const char *); - bool event(QEvent *); - friend class QApplication; friend class QApplicationPrivate; friend class QGuiApplication; -- cgit v1.2.3