File: TestModule_init.cpp

package info (click to toggle)
kf6-extra-cmake-modules 6.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,524 kB
  • sloc: python: 668; cpp: 326; ansic: 291; xml: 182; sh: 62; makefile: 8
file content (3 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
#include <qglobal.h> 
#include <QDebug> 
 void initQmlResourceTestModule() {Q_INIT_RESOURCE(TestModule); qWarning()<<Q_FUNC_INFO;};