QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
355 B

/*
SPDX-FileCopyrightText: 2007 Glenn Ergeerts <[email protected]>
SPDX-FileCopyrightText: 2012 Marco Gulino <[email protected]>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "favicon.h"
Favicon::Favicon(QObject *parent)
: QObject(parent)
, m_default_icon(QIcon::fromTheme(QStringLiteral("bookmarks")))
{
}