This commit is contained in:
Alex 2021-06-14 19:04:47 +00:00 committed by GitHub
commit ba95b9819a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -704,6 +704,7 @@ bool Generator::writeSuggestionsSource() {
suggestionsSource_ = std::make_unique<common::CppFile>(suggestionsPath_ + ".cpp", project_);
suggestionsSource_->stream() << "\
#include <map>\n\
#include <stdint.h>\n\
\n";
suggestionsSource_->pushNamespace("Ui").pushNamespace("Emoji").pushNamespace("internal").pushNamespace();
suggestionsSource_->stream() << "\

View File

@ -23,6 +23,8 @@
#include "ui/effects/cross_animation.h"
#include "ui/twidget.h"
#include <QPainterPath>
#include <qmath.h>
namespace Ui {