From ccd8f5d8d2e7278065b870fdd88ccad57feafa01 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 16 Oct 2017 07:14:55 +0200 Subject: [PATCH] Comment out polls. --- src/miscellaneous/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miscellaneous/application.cpp b/src/miscellaneous/application.cpp index 4b5bd473f..311ef6333 100755 --- a/src/miscellaneous/application.cpp +++ b/src/miscellaneous/application.cpp @@ -85,7 +85,7 @@ Application::~Application() { void Application::showPolls() const { if (isFirstRun(APP_VERSION)) { - web()->openUrlInExternalBrowser(QSL("https://goo.gl/forms/7bJNr33Ii22Q1c3k2")); + //web()->openUrlInExternalBrowser(QSL("https://goo.gl/forms/7bJNr33Ii22Q1c3k2")); } }