qtpromise/include/QtPromise

17 lines
464 B
Plaintext
Raw Normal View History

/*
* 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.
*/
2017-06-10 16:06:25 +08:00
#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