summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.h
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-08-28 13:02:25 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-08-28 13:03:45 (GMT)
commite1ef9b44e1a36afdeea33f9c59fb126d267c3301 (patch)
tree902c82d73607b8474dbc15f85e4bfc241bd29309 /src/corelib/kernel/qobject.h
parent2be1a64592aee5dfbaf7c9834e188d38c1c602e5 (diff)
downloadQt-e1ef9b44e1a36afdeea33f9c59fb126d267c3301.zip
Qt-e1ef9b44e1a36afdeea33f9c59fb126d267c3301.tar.gz
Qt-e1ef9b44e1a36afdeea33f9c59fb126d267c3301.tar.bz2
Whitespaces & indentation cleanup in qobject
Reviewed-by: trustme
Diffstat (limited to 'src/corelib/kernel/qobject.h')
-rw-r--r--src/corelib/kernel/qobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qobject.h b/src/corelib/kernel/qobject.h
index aa538bc..d85faee 100644
--- a/src/corelib/kernel/qobject.h
+++ b/src/corelib/kernel/qobject.h
@@ -381,7 +381,7 @@ inline QList<T> qFindChildren(const QObject *o, const QRegExp &re)
#endif // Q_MOC_RUN
-template <class T> inline const char * qobject_interface_iid()
+template <class T> inline const char * qobject_interface_iid()
{ return 0; }
template <class T> inline T qobject_cast_helper(QObject *object, T)
@@ -465,7 +465,7 @@ inline T qobject_cast(const QObject *object)
}
-template <class T> inline const char * qobject_interface_iid()
+template <class T> inline const char * qobject_interface_iid()
{ return 0; }
#ifndef Q_MOC_RUN