From 072f39dfc98c8b7a5a584b0381972552617f07f0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 23 Apr 2015 19:57:11 +0300 Subject: Add incomplete mail window. --- src/gui/models/extendednamesmodel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/models') diff --git a/src/gui/models/extendednamesmodel.h b/src/gui/models/extendednamesmodel.h index 76f30bf8f..dc0ee770d 100644 --- a/src/gui/models/extendednamesmodel.h +++ b/src/gui/models/extendednamesmodel.h @@ -49,6 +49,9 @@ class ExtendedNamesModel notfinal : public ExtendedListModel size_t size() A_WARN_UNUSED { return mNames.size(); } + void add(const std::string &str) + { mNames.push_back(str); } + void clear(); protected: -- cgit v1.2.3-60-g2f50