aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-08 02:44:02 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-08 02:44:02 +0000
commit79111c18126a2db87a325137d9a027e24f7cc987 (patch)
tree4050ac6c9732e8b79b6bb7ff9d4ec485640c9ba7
parentdetect language by iso code. Use Qlocale::nativelanguagename, also show isoco... (diff)
downloadgpg4usb-79111c18126a2db87a325137d9a027e24f7cc987.tar.gz
gpg4usb-79111c18126a2db87a325137d9a027e24f7cc987.zip
do not use formatGpgHeader() yet. needs some more care before production use.
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@732 34ebc366-c3a9-4b3c-9f84-69acf7962910
-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()));
}