diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-10 01:38:55 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-10 01:38:55 +0000 |
commit | e6c577c72f12273cb27f2be43a1ebd70e0a800a3 (patch) | |
tree | 1ac208d07d22a19897a4fb1db8549c2b79a4a599 /textedit.h | |
parent | just comments (diff) | |
download | gpg4usb-e6c577c72f12273cb27f2be43a1ebd70e0a800a3.tar.gz gpg4usb-e6c577c72f12273cb27f2be43a1ebd70e0a800a3.zip |
further comments
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@513 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |