AusweisApp2/src/settings/AutoStart.h

21 lines
241 B
C
Raw Normal View History

2017-12-20 14:54:05 +01:00
/*!
2018-03-28 15:10:51 +02:00
* \copyright Copyright (c) 2017-2018 Governikus GmbH & Co. KG, Germany
2017-12-20 14:54:05 +01:00
*/
#pragma once
namespace governikus
{
class AutoStart
{
public:
static bool enabled();
static void set(bool pEnabled);
};
} /* namespace governikus */