summaryrefslogtreecommitdiff
path: root/src/utils/TimeProvider.h
blob: 697d8eb14627554bc9c787831d7cd80a4607fe98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TIME_PROVIDER_H
#define TIME_PROVIDER_H

#include <QtCore>

class TimeProvider
{
public:
    static QDateTime get();
};

#endif