2019-12-21 04:42:19 +08:00
|
|
|
/*
|
2020-02-07 05:31:29 +08:00
|
|
|
* Copyright (c) Simon Brunel, https://github.com/simonbrunel
|
2019-12-21 04:42:19 +08:00
|
|
|
*
|
2020-02-07 05:31:29 +08: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-21 04:42:19 +08:00
|
|
|
*/
|
|
|
|
|
2017-06-10 16:06:25 +08:00
|
|
|
#ifndef QTPROMISE_MODULE_H
|
|
|
|
#define QTPROMISE_MODULE_H
|
2017-05-25 15:19:36 +08:00
|
|
|
|
|
|
|
#include "../src/qtpromise/qpromise.h"
|
2019-03-04 20:58:01 +08:00
|
|
|
#include "../src/qtpromise/qpromiseconnections.h"
|
2017-05-25 15:19:36 +08:00
|
|
|
#include "../src/qtpromise/qpromisefuture.h"
|
|
|
|
#include "../src/qtpromise/qpromisehelpers.h"
|
|
|
|
|
2019-02-19 03:30:41 +08:00
|
|
|
#endif // QTPROMISE_MODULE_H
|