Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ ImportNotes
Method
ImportNotes
cmdtools/importnotes.cpp:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include
"xml/importdata.h"
5
6
ImportNotes::ImportNotes(QObject *parent) :
7
QObject(parent)
8
{
9
inputFile =
""
;
10
}
11
12
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected