mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-26 23:42:09 +00:00
Move some style code to lib_ui.
This commit is contained in:
@@ -53,6 +53,11 @@ CppFile &CppFile::include(const QString &header) {
|
||||
return newline();
|
||||
}
|
||||
|
||||
CppFile &CppFile::includeFromLibrary(const QString &header) {
|
||||
stream() << "#include <" << header << ">";
|
||||
return newline();
|
||||
}
|
||||
|
||||
CppFile &CppFile::pushNamespace(const QString &name) {
|
||||
namespaces_.push_back(name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user