MCPcopy Create free account
hub / github.com/DISTRHO/DPF / QSize

Class QSize

distrho/extra/WebViewImpl.cpp:934–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932};
933
934struct QSize {
935 int _w, _h;
936 QSize(int w, int h) : _w(w), _h(h) {}
937};
938
939// -----------------------------------------------------------------------------------------------------------
940

Callers 1

qtwebengineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected