diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-14 20:19:53 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-14 20:19:53 +0000 |
commit | 141e99156c4370bb5ce19b61e070d226fa90ab8e (patch) | |
tree | 42090cf2dc87649be5d1b94ddbb753c8f4c9a599 /attachmenttablemodel.h | |
parent | changed verifydetailsdialog, updated todo (diff) | |
download | gpg4usb-141e99156c4370bb5ce19b61e070d226fa90ab8e.tar.gz gpg4usb-141e99156c4370bb5ce19b61e070d226fa90ab8e.zip |
set modal and parent for key details dialog. left margin for verifynotification. More doxygen
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@532 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'attachmenttablemodel.h')
-rw-r--r-- | attachmenttablemodel.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/attachmenttablemodel.h b/attachmenttablemodel.h index 560df13..6f7947d 100644 --- a/attachmenttablemodel.h +++ b/attachmenttablemodel.h @@ -1,12 +1,14 @@ -#ifndef ATTACHMENTTABLEMODEL_H -#define ATTACHMENTTABLEMODEL_H +#ifndef __ATTACHMENTTABLEMODEL_H__ +#define __ATTACHMENTTABLEMODEL_H__ #include "mime.h" #include <QIcon> #include <QFile> #include <QAbstractTableModel> +QT_BEGIN_NAMESPACE class QStandardItem; +QT_END_NAMESPACE class AttachmentTableModel : public QAbstractTableModel { @@ -33,4 +35,4 @@ private: }; -#endif // ATTACHMENTTABLEMODEL_H +#endif // __ATTACHMENTTABLEMODEL_H__ |