1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Change empty line to match code style

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2024-05-18 20:23:57 +02:00
parent 4fbcf17139
commit a06c0871ff
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B
10 changed files with 9 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include "mainapplication.h"
#include "sitesettingsmanager.h"
SiteInfoPermissionItem::SiteInfoPermissionItem(const SiteSettingsManager::Permission& a_permission, QWidget* parent)
: QWidget(parent)
, m_hasOptionAsk(true)

View File

@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
#include "sitesettingsmanager.h"
#include "mainapplication.h"

View File

@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
#ifndef SITESETTINGS_MANAGER_H
#define SITESETTINGS_MANAGER_H

View File

@ -3,6 +3,7 @@
* SPDX-FileCopyrightText: 2024 Juraj Oravec <jurajoravec@mailo.com>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#include "sitesettingshtml5item.h"
#include "ui_sitesettingshtml5item.h"

View File

@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
#include "sitesettingsview_controller.h"
#include "sitesettingsview_widget.h"

View File

@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
#ifndef SITESETTINGSVIEW_CONTROLLER_H
#define SITESETTINGSVIEW_CONTROLLER_H

View File

@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
#include "sitesettingsview_plugin.h"
#include "sitesettingsview_controller.h"
#include "browserwindow.h"

View File

@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
#ifndef SITESETTINGSVIEW_PLUGIN_H
#define SITESETTINGSVIEW_PLUGIN_H

View File

@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
#include "sitesettingsview_widget.h"
#include "tabwidget.h"

View File

@ -15,6 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
#ifndef SITESETTINGSVIEW_WIDGET_H
#define SITESETTINGSVIEW_WIDGET_H