MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / GraphicsView

Method GraphicsView

src_gui/graphicsview.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include <iostream>
26
27GraphicsView::GraphicsView(QGraphicsScene *scene, QWidget *parent) : QGraphicsView(scene, parent)
28{
29}
30
31GraphicsView::GraphicsView(QWidget *parent) : QGraphicsView(parent)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected