QtPromise 464 B

12345678910111213141516
  1. /*
  2. * Copyright (c) Simon Brunel, https://github.com/simonbrunel
  3. *
  4. * This source code is licensed under the MIT license found in
  5. * the LICENSE file in the root directory of this source tree.
  6. */
  7. #ifndef QTPROMISE_MODULE_H
  8. #define QTPROMISE_MODULE_H
  9. #include "../src/qtpromise/qpromise.h"
  10. #include "../src/qtpromise/qpromiseconnections.h"
  11. #include "../src/qtpromise/qpromisefuture.h"
  12. #include "../src/qtpromise/qpromisehelpers.h"
  13. #endif // QTPROMISE_MODULE_H