aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/processevents-utilities.h
blob: 41f170af66c668c7ab4b88d3308128aa4231d2a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

#include <functional>

namespace ProcessEventUtilities
{
bool processEventsUntilTrue(std::function<bool ()> condition, int timeOutInMs);
}