#include "cryptographer.h" #include Cryptographer::Cryptographer() { } QString Cryptographer::encrypt(QString message){ return nullptr; } QString Cryptographer::decrypt(QString message){ return nullptr; }