79671355

Date: 2025-06-18 22:40:00
Score: 1
Natty:
Report link

Add Button.qml in the CMakeLists.txt :

qt_add_qml_module(bbb
    URI bbb
    VERSION 1.0
    QML_FILES main.qml
              Button.qml
)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Autechre