Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ DragLineEdit
Method
DragLineEdit
src/draglineedit.cpp:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"draglineedit.h"
2
3
DragLineEdit::DragLineEdit(QWidget *parent)
4
: QLineEdit(parent)
5
{
6
setAcceptDrops(true);
7
}
8
9
DragLineEdit::~DragLineEdit()
10
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected