kotatogram-desktop/Telegram/SourceFiles/core/kotato_settings.h

17 lines
353 B
C++

/*
This file is part of Kotatogram Desktop,
the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#pragma once
namespace KotatoSettings {
void Start();
void Finish();
const QStringList &Errors();
} // namespace KotatoSettings