14 lines
278 B
C++
14 lines
278 B
C++
/*
|
|
* Deskflow -- mouse and keyboard sharing utility
|
|
* SPDX-FileCopyrightText: (C) 2024 Symless Ltd.
|
|
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace deskflow::gui::diagnostic {
|
|
|
|
void clearSettings(bool enableRestart);
|
|
|
|
}
|