Comment out polls.

This commit is contained in:
Martin Rotter 2017-10-16 07:14:55 +02:00
parent 339dd9c16d
commit ccd8f5d8d2
1 changed files with 1 additions and 1 deletions

View File

@ -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"));
}
}