diff options
author | Saturneric <[email protected]> | 2021-05-12 00:50:08 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-12 00:50:08 +0000 |
commit | b3ad42f01dcfaffeca4b906400df4094a978d095 (patch) | |
tree | 0a88a0168d5f9045d4144dd347fe25bd451000d2 /include/attachmenttablemodel.h | |
parent | Change CXX Standard to C++14 (diff) | |
download | GpgFrontend-b3ad42f01dcfaffeca4b906400df4094a978d095.tar.gz GpgFrontend-b3ad42f01dcfaffeca4b906400df4094a978d095.zip |
Srouce Files Tidy and Reform
Diffstat (limited to '')
-rw-r--r-- | include/attachmenttablemodel.h | 2 |
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); |