cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
3 lines
131 B
C++
3 lines
131 B
C++
#include <qglobal.h>
|
|
#include <QDebug>
|
|
void initQmlResourceTestModule() {Q_INIT_RESOURCE(TestModule); qWarning()<<Q_FUNC_INFO;}; |