aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editorpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editorpage.cpp b/editorpage.cpp
index 4679bfe..fbf6209 100644
--- a/editorpage.cpp
+++ b/editorpage.cpp
@@ -34,7 +34,7 @@ EditorPage::EditorPage(const QString &filePath, QWidget *parent) : QWidget(paren
setAttribute(Qt::WA_DeleteOnClose);
textPage->setFocus();
- connect(textPage, SIGNAL(textChanged()), this, SLOT(formatGpgHeader()));
+ //connect(textPage, SIGNAL(textChanged()), this, SLOT(formatGpgHeader()));
}