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