diff options
Diffstat (limited to 'logic/minecraft/ParseUtils.h')
-rw-r--r-- | logic/minecraft/ParseUtils.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/logic/minecraft/ParseUtils.h b/logic/minecraft/ParseUtils.h deleted file mode 100644 index 2b367a10..00000000 --- a/logic/minecraft/ParseUtils.h +++ /dev/null @@ -1,11 +0,0 @@ -#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); |