aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-01 17:47:22 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-01 17:47:22 +0000
commit458cc9d49f929cfd4826c9e5c8a83ec90fd7efa0 (patch)
tree0de3f96f0cea53fd49e1e6f273ccb4992d785d62 /gpgwin.h
parentcomment out sign/verify for now (diff)
downloadgpg4usb-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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gpgwin.h b/gpgwin.h
index 262cdef..8e35859 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -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;