2021-06-22 10:54:05 +01:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2020 Piyush Aggarwal <piyushaggarwal002@gmail.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: CC0-1.0 OR LicenseRef-KDE-Accepted-GPL
|
|
|
|
*/
|
|
|
|
|
2021-05-23 06:50:54 +01:00
|
|
|
#ifndef SYSTRAY_ACTIONS_H
|
|
|
|
#define SYSTRAY_ACTIONS_H
|
|
|
|
#include <battery_action.h>
|
2021-05-18 09:34:43 +01:00
|
|
|
#include <connectivity_action.h>
|
2021-05-23 06:50:54 +01:00
|
|
|
#endif // SYSTRAY_ACTIONS_H
|