qt5base-lts/tests/auto/tools/moc/namespace.h
BogDan Vatra 21b7661a79 Parse namespaces only for current file, add Q_NAMESPACE support to qmake
Parsing the other files will (re)generate the same metaobject info in two places

Change-Id: I8984ed30751a7587de870f55dd427f067d1b2495
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2016-09-06 10:29:21 +00:00

8 lines
77 B
C++

#pragma once
#include <QObject>
namespace FooNamespace {
Q_NAMESPACE
}