/* * 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