From e9599218a2b6810118bf78aec8d8f927f285f4b2 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sat, 23 Mar 2019 11:52:34 +0200 Subject: [PATCH] remove deprecated bug address --- app/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index bcf48421a..035f6b5c9 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -293,7 +293,6 @@ inline void configureAboutData() , QStringLiteral("\251 2016-2017 Michail Vourlakos, Smith AR")); about.setHomepage(WEBSITE); - about.setBugAddress(BUG_ADDRESS); about.setProgramLogo(QIcon::fromTheme(QStringLiteral("latte-dock"))); about.setDesktopFileName(QStringLiteral("latte-dock"));