2023-02-23 15:08:08 +08:00
|
|
|
// SPDX-FileCopyrightText: 2018 - 2023 UnionTech Software Technology Co., Ltd.
|
2023-02-14 18:13:19 +08:00
|
|
|
//
|
2023-02-23 15:08:08 +08:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
2022-05-15 12:10:42 +08:00
|
|
|
|
|
|
|
#include "applaunchcontext.h"
|
|
|
|
|
|
|
|
AppLaunchContext::AppLaunchContext()
|
|
|
|
: m_count(0)
|
|
|
|
, m_timestamp(0)
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// TODO
|
|
|
|
std::string AppLaunchContext::getStartupNotifyId(const DesktopInfo *info, std::vector<std::string> files)
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// TODO
|
|
|
|
void AppLaunchContext::launchFailed(std::string startupNotifyId)
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|