From 54a68f6af8fa32da67719e02ec11f76c1733ef11 Mon Sep 17 00:00:00 2001
From: Olivier Langella <olivier.langella@u-psud.fr>
Date: Sat, 3 Feb 2018 23:07:29 +0100
Subject: [PATCH] trying to write protein as SVG file

---
 src/gui/protein_view/proteinwindow.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gui/protein_view/proteinwindow.cpp b/src/gui/protein_view/proteinwindow.cpp
index 18b8cb9f..689fb552 100644
--- a/src/gui/protein_view/proteinwindow.cpp
+++ b/src/gui/protein_view/proteinwindow.cpp
@@ -203,10 +203,11 @@ QtWebEngine::initialize();
     qDebug() << ui->sequenceTextEdit->toHtml();
     page.setHtml(ui->sequenceTextEdit->toHtml());
     loop.exec();
+    */
     }
     catch (pappso::PappsoException & error) {
         QMessageBox::warning(this,
                              tr("Error trying to save spectrum to SVG file :"), error.qwhat());
     }
-    */
+    
 }
-- 
GitLab