// src/cpp/qt_widget.cpp — Umbrella C++ glue file
#include"qt_widget.h"// All C++ implementations are in their respective .h files (inline)
// QML implementations are in qml.cpp (compiled separately by build.rs)
// This file exists only to satisfy the build system.