aboutsummaryrefslogtreecommitdiffstats
path: root/src/list_item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/list_item.cpp')
-rw-r--r--src/list_item.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/list_item.cpp b/src/list_item.cpp
index b84f147..7ecbe57 100644
--- a/src/list_item.cpp
+++ b/src/list_item.cpp
@@ -12,8 +12,8 @@ QIcon* choose_icon(StatusType status_type) {
}
}
-ListItem::ListItem(const QString &text, StatusType status_type, QListWidget *parent, int index) :
- status_index(index)
+ListItem::ListItem(const QString &text, StatusType status_type, bool has_attachement, QListWidget *parent, int index) :
+ status_index(index), has_attachement(has_attachement)
{
setText(text);
setIcon(*choose_icon(status_type));