2019-12-20 21:42:19 +01:00
|
|
|
/*
|
2020-02-06 22:31:29 +01:00
|
|
|
* Copyright (c) Simon Brunel, https://github.com/simonbrunel
|
2019-12-20 21:42:19 +01:00
|
|
|
*
|
2020-02-06 22:31:29 +01:00
|
|
|
* This source code is licensed under the MIT license found in
|
|
|
|
* the LICENSE file in the root directory of this source tree.
|
2019-12-20 21:42:19 +01:00
|
|
|
*/
|
|
|
|
|
2017-06-10 10:06:25 +02:00
|
|
|
#ifndef QTPROMISE_MODULE_H
|
|
|
|
#define QTPROMISE_MODULE_H
|
2017-05-25 09:19:36 +02:00
|
|
|
|
|
|
|
#include "../src/qtpromise/qpromise.h"
|
2019-03-04 13:58:01 +01:00
|
|
|
#include "../src/qtpromise/qpromiseconnections.h"
|
2017-05-25 09:19:36 +02:00
|
|
|
#include "../src/qtpromise/qpromisefuture.h"
|
|
|
|
#include "../src/qtpromise/qpromisehelpers.h"
|
|
|
|
|
2019-02-18 20:30:41 +01:00
|
|
|
#endif // QTPROMISE_MODULE_H
|