MCPcopy Create free account
hub / github.com/KDE/labplot / initConnectionsLinking

Method initConnectionsLinking

src/backend/spreadsheet/Spreadsheet.cpp:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434void Spreadsheet::initConnectionsLinking(const Spreadsheet* sender, const Spreadsheet* receiver) {
435 QObject::connect(sender, &Spreadsheet::aspectAboutToBeRemoved, receiver, &Spreadsheet::linkedSpreadsheetDeleted);
436 QObject::connect(sender, &Spreadsheet::rowCountChanged, receiver, &Spreadsheet::linkedSpreadsheetNewRowCount);
437}
438
439class SpreadsheetSetLinkingCmd : public QUndoCommand {
440public:

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected