15 lines
162 B
C
15 lines
162 B
C
|
/*
|
||
|
* Created by victoria on 2021-05-12.
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <QXmppElement.h>
|
||
|
#include <QDateTime>
|
||
|
|
||
|
namespace QXmpp::Sce {
|
||
|
|
||
|
QString generatePadding();
|
||
|
|
||
|
}
|