mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-07 14:29:59 +02:00
Remove comments about live RAM capture
Removed commented-out code explaining live RAM capture.
This commit is contained in:
@@ -218,9 +218,6 @@ void WiringListExport::toCsv()
|
|||||||
{
|
{
|
||||||
if (!m_project) return;
|
if (!m_project) return;
|
||||||
|
|
||||||
// --- LIVE RAM-ABGRIFF ---
|
|
||||||
// Generiert den aktuellen Arbeitsspeicher-Stand als XML Dokument,
|
|
||||||
// OHNE auf die Festplatte zu speichern! Keine Latenz, keine ungespeicherten Daten.
|
|
||||||
QDomDocument doc = m_project->toXml();
|
QDomDocument doc = m_project->toXml();
|
||||||
|
|
||||||
if (doc.isNull()) {
|
if (doc.isNull()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user