aboutsummaryrefslogtreecommitdiffstats
path: root/include/attachmenttablemodel.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/attachmenttablemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attachmenttablemodel.h b/include/attachmenttablemodel.h
index 987f75f6..9e9d937a 100644
--- a/include/attachmenttablemodel.h
+++ b/include/attachmenttablemodel.h
@@ -40,7 +40,7 @@ public:
QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
- void add(MimePart mp);
+ void add(const MimePart& mp);
MimePart getSelectedMimePart(QModelIndex index);