summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qppsobject_p.h
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2016-07-21 16:25:42 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-01-03 15:27:01 +0000
commit5d4089299ab4c39463e228e5896a3010268a36f2 (patch)
treecada5f1d1f4994257ddb4d94f74400bb5a0a2e55 /src/corelib/kernel/qppsobject_p.h
parent6af07c57f612072c7c85f3c872941540c31df976 (diff)
Reduce size of QPpsObject by one pointer
Change-Id: Ibb1bef375e7d23b45595ca759646883820643f02 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/corelib/kernel/qppsobject_p.h')
-rw-r--r--src/corelib/kernel/qppsobject_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/kernel/qppsobject_p.h b/src/corelib/kernel/qppsobject_p.h
index 86f4528c93..c7b99c8e42 100644
--- a/src/corelib/kernel/qppsobject_p.h
+++ b/src/corelib/kernel/qppsobject_p.h
@@ -118,7 +118,6 @@ Q_SIGNALS:
void readyRead();
private:
- QScopedPointer<QPpsObjectPrivate> d_ptr;
Q_DECLARE_PRIVATE(QPpsObject)
Q_DISABLE_COPY(QPpsObject)
};