aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-10 01:38:55 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-10 01:38:55 +0000
commite6c577c72f12273cb27f2be43a1ebd70e0a800a3 (patch)
tree1ac208d07d22a19897a4fb1db8549c2b79a4a599 /textedit.h
parentjust comments (diff)
downloadgpg4usb-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.h6
1 files changed, 3 insertions, 3 deletions
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