From 288b8c64e81cc1bb56bc591017c7df19aaa60998 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 21 Jan 2011 17:30:55 +0000 Subject: cleaned up a little git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@442 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- textedit.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'textedit.h') diff --git a/textedit.h b/textedit.h index 3a66175..091ce9d 100644 --- a/textedit.h +++ b/textedit.h @@ -45,7 +45,6 @@ public: bool maybeSaveAnyTab(); bool maybeSaveCurrentTab(); QPlainTextEdit* curTextPage(); - int getUnsavedDocumentsNumber(); QHash unsavedDocuments(); public slots: @@ -68,7 +67,6 @@ private: QString mIconPath; int countPage; QTabWidget *tabWidget; - bool saveTab(int i); private slots: void removeTab(int index); @@ -80,9 +78,8 @@ private slots: void selectAll(); protected: - void dragEnterEvent(QDragEnterEvent *event); - void dropEvent(QDropEvent* event); +// void dragEnterEvent(QDragEnterEvent *event); +// void dropEvent(QDropEvent* event); bool saveFile(const QString &fileName); - bool closeFile(); }; #endif // TEXTEDIT -- cgit v1.2.3