2018-10-16 14:13:19 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <QtGlobal>
|
|
|
|
|
|
|
|
namespace chatterino {
|
2018-10-16 16:07:59 +02:00
|
|
|
|
|
|
|
bool supportsIncognitoLinks();
|
2018-10-16 14:13:19 +02:00
|
|
|
void openLinkIncognito(const QString &link);
|
|
|
|
|
2018-10-16 16:07:59 +02:00
|
|
|
} // namespace chatterino
|