This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-Qt/example/doric/utils/DoricThreadMode.h

10 lines
120 B
C
Raw Normal View History

2021-02-07 11:21:53 +08:00
#ifndef DORICTHREADMODE_H
#define DORICTHREADMODE_H
enum DoricThreadMode {
UI,
JS,
};
#endif // DORICTHREADMODE_H