Demote to helper function

Rename function
This commit is contained in:
Chocobo1
2017-04-13 14:46:40 +08:00
committed by sledgehammer999
parent a739d86e3d
commit 7d2802cf2c
3 changed files with 5 additions and 10 deletions

View File

@@ -37,11 +37,8 @@
namespace Http
{
namespace ResponseGenerator
{
QByteArray generate(Response response);
QString httpDate();
};
QByteArray toByteArray(Response response);
QString httpDate();
}
#endif // HTTP_RESPONSEGENERATOR_H