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

Method ListWidget

src_gui/listwidget.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <iostream>
4
5ListWidget::ListWidget(QWidget *parent) :
6 QListWidget(parent)
7{
8}
9
10void ListWidget::dragEnterEvent(QDragEnterEvent* event) {
11 event->accept();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected