mirror of https://github.com/procxx/kepka.git
Merge 4b31f5f8ef
into 6e02999eb8
This commit is contained in:
commit
ba95b9819a
|
@ -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() << "\
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
#include "ui/effects/cross_animation.h"
|
||||
#include "ui/twidget.h"
|
||||
|
||||
#include <QPainterPath>
|
||||
|
||||
#include <qmath.h>
|
||||
|
||||
namespace Ui {
|
||||
|
|
Loading…
Reference in New Issue