diff options
author | hjk <qtc-committer@nokia.com> | 2009-08-21 13:24:17 (GMT) |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-08-21 16:01:15 (GMT) |
commit | 2590135cd8542aa780141b67ab8fa4227ee4fde0 (patch) | |
tree | 52d38fb17d41b2a7bf5363f20637cef69cb0cae7 /tests/auto/moc | |
parent | d0a1f4de851eb89665b0a3909adcfe150118bc77 (diff) | |
download | Qt-2590135cd8542aa780141b67ab8fa4227ee4fde0.zip Qt-2590135cd8542aa780141b67ab8fa4227ee4fde0.tar.gz Qt-2590135cd8542aa780141b67ab8fa4227ee4fde0.tar.bz2 |
make moc, qregion and qsharedpointer autotest compile with namespaces
Diffstat (limited to 'tests/auto/moc')
-rw-r--r-- | tests/auto/moc/testproject/Plugin/Plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/moc/testproject/Plugin/Plugin.h b/tests/auto/moc/testproject/Plugin/Plugin.h index da3fa16..90fd985 100644 --- a/tests/auto/moc/testproject/Plugin/Plugin.h +++ b/tests/auto/moc/testproject/Plugin/Plugin.h @@ -45,6 +45,8 @@ struct MyInterface virtual void blah() = 0; }; +QT_BEGIN_NAMESPACE Q_DECLARE_INTERFACE(MyInterface, "MyInterface") +QT_END_NAMESPACE |