From 045b93c1e421f79a308ed3d0af6103659ec86f9b Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Mon, 24 Jan 2022 13:57:16 -0500 Subject: [PATCH] chatview: remove an unused and inexistant file reference Change-Id: I00e3d5a29854ef52b6d5e7275ada40e99e496a1e --- src/mainapplication.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mainapplication.cpp b/src/mainapplication.cpp index 918200bad..8d67ba95e 100644 --- a/src/mainapplication.cpp +++ b/src/mainapplication.cpp @@ -166,10 +166,6 @@ MainApplication::init() { setWindowIcon(QIcon(":/images/jami.ico")); - // Lrc web resources - QResource::registerResource(QCoreApplication::applicationDirPath() + QDir::separator() - + "webresource.rcc"); - #ifdef Q_OS_LINUX if (!getenv("QT_QPA_PLATFORMTHEME")) setenv("QT_QPA_PLATFORMTHEME", "gtk3", true); -- GitLab