mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
9 lines
134 B
C++
9 lines
134 B
C++
#include "common.hpp"
|
|
|
|
#include <qdatetime.h>
|
|
|
|
namespace qs {
|
|
|
|
const QDateTime Common::LAUNCH_TIME = QDateTime::currentDateTime();
|
|
|
|
}
|