11 #include <QSharedPointer>
14class test_GeneralSettings;
21 friend class ::test_GeneralSettings;
25 [[nodiscard]]
static QString appPath();
26 [[nodiscard]]
static QSharedPointer<QSettings> getRegistryStore();
28 [[nodiscard]]
static bool setInternal(
bool pEnabled);
31 [[nodiscard]]
static bool enabled();
33 [[nodiscard]]
static bool set(
bool pEnabled);
35 [[nodiscard]]
static bool removeOldAutostart();
Definition AutoStart.h:20
static bool set(bool pEnabled)
Definition AutoStart.cpp:13
static bool enabled()
Definition AutoStart_generic.cpp:14
static bool isSetByAdmin()
Definition AutoStart_generic.cpp:20
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17