diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-27 15:41:14 +0200 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-27 15:41:14 +0200 |
| commit | 9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073 (patch) | |
| tree | f7d69a78c827261d6298d19daa685072b7ab14ba /attachmenttablemodel.h | |
| parent | umlaute are handled correctly while signing (diff) | |
| download | gpg4usb-9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073.tar.gz gpg4usb-9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073.zip | |
changed includes to class declarations where possible and moved includes and class declarations to header files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'attachmenttablemodel.h')
| -rw-r--r-- | attachmenttablemodel.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/attachmenttablemodel.h b/attachmenttablemodel.h index cac8d7f..560df13 100644 --- a/attachmenttablemodel.h +++ b/attachmenttablemodel.h @@ -2,12 +2,11 @@ #define ATTACHMENTTABLEMODEL_H #include "mime.h" - -#include <QAbstractTableModel> -#include <QStandardItem> #include <QIcon> #include <QFile> +#include <QAbstractTableModel> +class QStandardItem; class AttachmentTableModel : public QAbstractTableModel { |
