diff options
| author | nils <[email protected]> | 2016-02-07 14:04:17 +0100 |
|---|---|---|
| committer | nils <[email protected]> | 2016-02-07 14:04:17 +0100 |
| commit | f94e3f2b3cd982f825d5e485834ea9389060adaa (patch) | |
| tree | f99d95c9164aef16e05164aa1ac7fb10bcbc1f5e /editorpage.cpp | |
| parent | encrypt to self (diff) | |
| download | gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.tar.gz gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.zip | |
refactored slots and signals
Diffstat (limited to 'editorpage.cpp')
| -rw-r--r-- | editorpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editorpage.cpp b/editorpage.cpp index b057f8b..28926a9 100644 --- a/editorpage.cpp +++ b/editorpage.cpp @@ -73,7 +73,7 @@ void EditorPage::closeNoteByClass(const char *className) } } -void EditorPage::formatGpgHeader() { +void EditorPage::slotFormatGpgHeader() { QString content = textPage->toPlainText(); |
