2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Using std::vector<> and const fields for emoji.

This commit is contained in:
John Preston
2017-02-25 23:35:55 +03:00
parent c48ed2e62b
commit f82989c9c3
3 changed files with 10 additions and 12 deletions

View File

@@ -267,7 +267,7 @@ bool Generator::writeSource() {
constexpr auto kCount = " << data_.list.size() << ";\n\
auto WorkingIndex = -1;\n\
\n\
QVector<One> Items;\n\
std::vector<One> Items;\n\
\n";
source_->popNamespace().newline().pushNamespace("internal");
source_->stream() << "\