OSDN Git Service

replace FALSE with false
authorIvailo Monev <xakepa10@laimg.moc>
Sun, 22 Dec 2019 15:54:24 +0000 (15:54 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sun, 22 Dec 2019 15:54:24 +0000 (15:54 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/test/qtestaccessible.h

index 4c3b978..00b9d29 100644 (file)
@@ -88,7 +88,7 @@ public:
     static bool verifyEvent(const QTestAccessibilityEvent& ev)
     {
         if (eventList().isEmpty())
-            return FALSE;
+            return false;
         return eventList().takeFirst() == ev;
     }