aboutsummaryrefslogtreecommitdiffstats
path: root/include/attachmenttablemodel.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-12 00:50:08 +0000
committerSaturneric <[email protected]>2021-05-12 00:50:08 +0000
commitb3ad42f01dcfaffeca4b906400df4094a978d095 (patch)
tree0a88a0168d5f9045d4144dd347fe25bd451000d2 /include/attachmenttablemodel.h
parentChange CXX Standard to C++14 (diff)
downloadGpgFrontend-b3ad42f01dcfaffeca4b906400df4094a978d095.tar.gz
GpgFrontend-b3ad42f01dcfaffeca4b906400df4094a978d095.zip
Srouce Files Tidy and Reform
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);