mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
17 lines
464 B
Plaintext
17 lines
464 B
Plaintext
/*
|
|
* Copyright (c) Simon Brunel, https://github.com/simonbrunel
|
|
*
|
|
* This source code is licensed under the MIT license found in
|
|
* the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#ifndef QTPROMISE_MODULE_H
|
|
#define QTPROMISE_MODULE_H
|
|
|
|
#include "../src/qtpromise/qpromise.h"
|
|
#include "../src/qtpromise/qpromiseconnections.h"
|
|
#include "../src/qtpromise/qpromisefuture.h"
|
|
#include "../src/qtpromise/qpromisehelpers.h"
|
|
|
|
#endif // QTPROMISE_MODULE_H
|