diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-01 17:47:22 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-01 17:47:22 +0000 |
commit | 458cc9d49f929cfd4826c9e5c8a83ec90fd7efa0 (patch) | |
tree | 0de3f96f0cea53fd49e1e6f273ccb4992d785d62 /gpgwin.h | |
parent | comment out sign/verify for now (diff) | |
download | gpg4usb-458cc9d49f929cfd4826c9e5c8a83ec90fd7efa0.tar.gz gpg4usb-458cc9d49f929cfd4826c9e5c8a83ec90fd7efa0.zip |
moved open,save,saveas and print slots to textedit-class
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@416 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -73,11 +73,7 @@ public slots: //void deleteSelectedKeys(); void appendSelectedKeys(); void openKeyManagement(); - void print(); void about(); - bool save(); - bool saveAs(); - void open(); void fileEncryption(); void openSettingsDialog(); void openTutorial(); @@ -92,15 +88,10 @@ private: void createToolBars(); void createStatusBar(); void createDockWindows(); - bool saveFile(const QString &fileName); - void loadFile(const QString &fileName); - void setCurrentFile(const QString &fileName); - bool maybeSave(); void restoreSettings(); void saveSettings(); void preventNoDataErr(QByteArray *in); void parseMime(QByteArray *message); - QString strippedName(const QString &fullFileName); TextEdit *edit; QMenu *fileMenu; |