summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_unix_p.h
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2017-02-22 11:58:43 +0000
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2017-02-23 17:43:23 +0000
commitf526aa725d968569850f112ecfb63e683f2c2ada (patch)
treef8500d40f782fd7c50715ae28c0fb68300835f01 /src/corelib/kernel/qcore_unix_p.h
parent30da659af5ff4ee33c22a3fc81801cdcbc57d535 (diff)
Sprinkle Q_DECLARE_TYPEINFO on types used in containers
Change-Id: I6c71ed8c20cd5e785037ad25c2d3da8994e8e3a0 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/kernel/qcore_unix_p.h')
-rw-r--r--src/corelib/kernel/qcore_unix_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qcore_unix_p.h b/src/corelib/kernel/qcore_unix_p.h
index 80058d9115..63b45d7f89 100644
--- a/src/corelib/kernel/qcore_unix_p.h
+++ b/src/corelib/kernel/qcore_unix_p.h
@@ -103,6 +103,8 @@ struct sockaddr;
QT_BEGIN_NAMESPACE
+Q_DECLARE_TYPEINFO(pollfd, Q_PRIMITIVE_TYPE);
+
// Internal operator functions for timespecs
inline timespec &normalizedTimespec(timespec &t)
{