summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qppsattribute_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qppsattribute_p.h')
-rw-r--r--src/corelib/kernel/qppsattribute_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/kernel/qppsattribute_p.h b/src/corelib/kernel/qppsattribute_p.h
index b59dcd5851..d6611cb675 100644
--- a/src/corelib/kernel/qppsattribute_p.h
+++ b/src/corelib/kernel/qppsattribute_p.h
@@ -96,10 +96,8 @@ public:
bool operator==(const QPpsAttribute &other) const;
bool operator!=(const QPpsAttribute &other) const;
-#ifdef Q_COMPILER_RVALUE_REFS
QPpsAttribute(QPpsAttribute &&other);
QPpsAttribute &operator=(QPpsAttribute &&other);
-#endif
bool isValid() const;
Type type() const;