mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 19:00:05 +08:00
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
#ifndef QTPROMISE_MODULE_H
|
|
#define QTPROMISE_MODULE_H
|
|
|
|
#include "../src/qtpromise/qpromise.h"
|
|
#include "../src/qtpromise/qpromisefuture.h"
|
|
#include "../src/qtpromise/qpromisehelpers.h"
|
|
|
|
#endif // ifndef QTPROMISE_MODULE_H
|