#pragma once #include namespace chatterino { bool supportsIncognitoLinks(); void openLinkIncognito(const QString &link); } // namespace chatterino