squawk/qomemo/sce.h

15 lines
166 B
C
Raw Permalink Normal View History

/*
* Created by victoria on 2021-05-12.
*/
#pragma once
#include <QDateTime>
2021-05-13 14:50:59 +00:00
#include <QXmppElement.h>
namespace QXmpp::Sce {
2021-05-13 14:54:37 +00:00
QString generatePadding();
}