No apparent reason for an unnamed namespace in an include file here
Change-Id: Ic25a50fd25820dabe411f1a726580d3e137b028d
This commit is contained in:
@@ -24,9 +24,6 @@
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QEventLoop>
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
const QEvent::Type eventType = QEvent::User;
|
||||
|
||||
class TestExcludePostedEvents
|
||||
@@ -51,8 +48,6 @@ bool TestExcludePostedEvents::event( QEvent* e )
|
||||
return QObject::event( e );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#define QVERIFY(a) \
|
||||
if (!a) return 1;
|
||||
|
||||
|
@@ -26,9 +26,6 @@
|
||||
#include <QtCore/QSocketNotifier>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
class TestExcludeSocketNotifiers
|
||||
: public QObject
|
||||
{
|
||||
@@ -60,8 +57,6 @@ void TestExcludeSocketNotifiers::slotReceived()
|
||||
received = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#define QVERIFY(a) \
|
||||
if (!a) return 1;
|
||||
|
||||
|
Reference in New Issue
Block a user