NOISSUE reorganize and document libraries
This commit is contained in:
11
api/logic/minecraft/ParseUtils.h
Normal file
11
api/logic/minecraft/ParseUtils.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <QString>
|
||||
#include <QDateTime>
|
||||
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
/// take the timestamp used by S3 and turn it into QDateTime
|
||||
MULTIMC_LOGIC_EXPORT QDateTime timeFromS3Time(QString str);
|
||||
|
||||
/// take a timestamp and convert it into an S3 timestamp
|
||||
MULTIMC_LOGIC_EXPORT QString timeToS3Time(QDateTime);
|
Reference in New Issue
Block a user