d14a4df9e3
tested on firefox, chrome and internet explorer
11 lines
173 B
C++
11 lines
173 B
C++
#pragma once
|
|
|
|
#include <QtGlobal>
|
|
|
|
namespace chatterino {
|
|
|
|
bool supportsIncognitoLinks();
|
|
void openLinkIncognito(const QString &link);
|
|
|
|
} // namespace chatterino
|