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