Usunięto resztę makr
This commit is contained in:
parent
bfc6c1811d
commit
336e12d8c0
3 changed files with 13 additions and 13 deletions
|
|
@ -98,7 +98,7 @@ void EncryptionManager::saveCppHeadFile(const std::string& path)
|
|||
|
||||
std::ofstream file(path + ".hpp");
|
||||
|
||||
file << "// Plik wygenerowany przez " << PROGRAM_TITLE << " " << PROGRAM_VERSION << std::endl;
|
||||
file << "// Plik wygenerowany przez " << ui::title << " " << ui::ver << std::endl;
|
||||
file << std::endl;
|
||||
file << std::endl;
|
||||
file << "#pragma once" << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue