forked from quickshell/quickshell
11 lines
129 B
C++
11 lines
129 B
C++
#pragma once
|
|
|
|
#include <qdatetime.h>
|
|
|
|
namespace qs {
|
|
|
|
struct Common {
|
|
static const QDateTime LAUNCH_TIME;
|
|
};
|
|
|
|
} // namespace qs
|