From e6c577c72f12273cb27f2be43a1ebd70e0a800a3 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 10 Aug 2011 01:38:55 +0000 Subject: further comments git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@513 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- textedit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textedit.h') diff --git a/textedit.h b/textedit.h index 436aa68..7c22577 100644 --- a/textedit.h +++ b/textedit.h @@ -41,7 +41,7 @@ class TextEdit : public QWidget Q_OBJECT public: TextEdit(QString iconPath); - // load the contents of fileName into current tab + /**************************************************************************************** * Name: loadFile * Description: Load the content of file into the current textpage @@ -261,8 +261,8 @@ private slots: void selectAll(); protected: -// void dragEnterEvent(QDragEnterEvent *event); -// void dropEvent(QDropEvent* event); + // void dragEnterEvent(QDragEnterEvent *event); + // void dropEvent(QDropEvent* event); /**************************************************************************************** * Name: saveFile * Description: Saves the content of currentTab to the file filename -- cgit v1.2.3