Kaydet (Commit) 398a5f23 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

No apparent reason for an unnamed namespace in an include file here

Change-Id: Ic25a50fd25820dabe411f1a726580d3e137b028d
üst 2d0e3d1c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment