MCPcopy Create free account
hub / github.com/TeXworks/texworks / openFile

Function openFile

src/InterProcessCommunicatorDBus.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 ~InterProcessCommunicatorPrivate() override = default;
44
45public slots:
46 Q_NOREPLY void openFile(QString fileName, int position = -1) {
47 Q_Q(InterProcessCommunicator);
48 emit q->receivedOpenFile(fileName, position);
49 }
50 Q_NOREPLY void bringToFront() {
51 Q_Q(InterProcessCommunicator);
52 emit q->receivedBringToFront();

Callers 4

openRecentFileMethod · 0.85
foreachFunction · 0.85
eventMethod · 0.85
openFileFromScriptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected