added basic code for incognito links

This commit is contained in:
fourtf
2018-10-16 14:13:19 +02:00
parent 31b9d497d7
commit 280605e715
7 changed files with 186 additions and 18 deletions
+14
View File
@@ -0,0 +1,14 @@
#pragma once
#include <QtGlobal>
#ifdef Q_OS_WIN
// only supported on windows right now
# define INCOGNITO_LINKS_SUPPORTED
namespace chatterino {
void openLinkIncognito(const QString &link);
}
#endif