ACTUAL TAG EDIT

master
const an teen 2021-12-30 10:34:11 -05:00
parent c87ecaafa4
commit 78c6a24355
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ constexpr int MSECS_TO_AUTOREMOVE_MESSAGES_FROM_BUFFER {15000}; // 15 secs
constexpr int MAX_MESSAGE_LENGTH_WITHOUT_WBR = 30;
constexpr int MAX_NICKNAME_LENGTH_WITHOUT_WBR = 20;
constexpr int BUFFER_SIZE = 2048;
const QString HTTP_ACTUAL_ETAG {"2021-12-30 2.1.0"}; // Change it if svg, css or ico was modified
const QString HTTP_ACTUAL_ETAG {__DATE__ __TIME__}; // Change it if svg, css or ico was modified
class Message : public QObject
{