Usunięto resztę makr

This commit is contained in:
yanczi 2025-12-24 15:00:42 +01:00
parent bfc6c1811d
commit 336e12d8c0
3 changed files with 13 additions and 13 deletions

View file

@ -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;