summaryrefslogtreecommitdiff
path: root/src/gui/models/namesmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/namesmodel.h')
-rw-r--r--src/gui/models/namesmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/models/namesmodel.h b/src/gui/models/namesmodel.h
index ba9a928a4..a239bd9aa 100644
--- a/src/gui/models/namesmodel.h
+++ b/src/gui/models/namesmodel.h
@@ -55,6 +55,8 @@ class NamesModel notfinal : public ListModel
void fillFromArray(const char *const *const arr,
const std::size_t size);
+ void fillFromVector(const StringVect &vect);
+
protected:
StringVect mNames;
};