mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
9 lines
150 B
C++
9 lines
150 B
C++
#include "common.hpp"
|
|
|
|
#include <qdatetime.h>
|
|
|
|
namespace qs {
|
|
|
|
const QDateTime Common::LAUNCH_TIME = QDateTime::currentDateTime();
|
|
|
|
} // namespace qs
|