From a4f8dff6faaec18ffc43ce47f254e219a336a034 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 11 Jul 2011 00:59:10 +0000 Subject: added Qlabel at the buttom of textedit for verify git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@491 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- textedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textedit.h') diff --git a/textedit.h b/textedit.h index 1e05a35..2ecc28f 100644 --- a/textedit.h +++ b/textedit.h @@ -109,11 +109,11 @@ public slots: void closeTab(); void switchTabUp(); void switchTabDown(); + EditorPage *curPage(); private: QString strippedName(const QString &fullFileName); bool maybeSaveFile(); - EditorPage *curPage(); void setCursorPosition(); QString mIconPath; int countPage; -- cgit v1.2.3