MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / TableWidget

Method TableWidget

gui/qt/tablewidget.cpp:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QtGui/QDropEvent>
4
5TableWidget::TableWidget(QWidget *parent) : QTableWidget{parent} {}
6
7void TableWidget::dropEvent(QDropEvent *e) {
8 if(e->source() != this) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected