mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Change empty line to match code style
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
4fbcf17139
commit
a06c0871ff
@ -21,7 +21,6 @@
|
|||||||
#include "mainapplication.h"
|
#include "mainapplication.h"
|
||||||
#include "sitesettingsmanager.h"
|
#include "sitesettingsmanager.h"
|
||||||
|
|
||||||
|
|
||||||
SiteInfoPermissionItem::SiteInfoPermissionItem(const SiteSettingsManager::Permission& a_permission, QWidget* parent)
|
SiteInfoPermissionItem::SiteInfoPermissionItem(const SiteSettingsManager::Permission& a_permission, QWidget* parent)
|
||||||
: QWidget(parent)
|
: QWidget(parent)
|
||||||
, m_hasOptionAsk(true)
|
, m_hasOptionAsk(true)
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
#include "sitesettingsmanager.h"
|
#include "sitesettingsmanager.h"
|
||||||
|
|
||||||
#include "mainapplication.h"
|
#include "mainapplication.h"
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
#ifndef SITESETTINGS_MANAGER_H
|
#ifndef SITESETTINGS_MANAGER_H
|
||||||
#define SITESETTINGS_MANAGER_H
|
#define SITESETTINGS_MANAGER_H
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
* SPDX-FileCopyrightText: 2024 Juraj Oravec <jurajoravec@mailo.com>
|
* SPDX-FileCopyrightText: 2024 Juraj Oravec <jurajoravec@mailo.com>
|
||||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sitesettingshtml5item.h"
|
#include "sitesettingshtml5item.h"
|
||||||
#include "ui_sitesettingshtml5item.h"
|
#include "ui_sitesettingshtml5item.h"
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
#include "sitesettingsview_controller.h"
|
#include "sitesettingsview_controller.h"
|
||||||
#include "sitesettingsview_widget.h"
|
#include "sitesettingsview_widget.h"
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
#ifndef SITESETTINGSVIEW_CONTROLLER_H
|
#ifndef SITESETTINGSVIEW_CONTROLLER_H
|
||||||
#define SITESETTINGSVIEW_CONTROLLER_H
|
#define SITESETTINGSVIEW_CONTROLLER_H
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
#include "sitesettingsview_plugin.h"
|
#include "sitesettingsview_plugin.h"
|
||||||
#include "sitesettingsview_controller.h"
|
#include "sitesettingsview_controller.h"
|
||||||
#include "browserwindow.h"
|
#include "browserwindow.h"
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
#ifndef SITESETTINGSVIEW_PLUGIN_H
|
#ifndef SITESETTINGSVIEW_PLUGIN_H
|
||||||
#define SITESETTINGSVIEW_PLUGIN_H
|
#define SITESETTINGSVIEW_PLUGIN_H
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
#include "sitesettingsview_widget.h"
|
#include "sitesettingsview_widget.h"
|
||||||
|
|
||||||
#include "tabwidget.h"
|
#include "tabwidget.h"
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* ============================================================ */
|
* ============================================================ */
|
||||||
|
|
||||||
#ifndef SITESETTINGSVIEW_WIDGET_H
|
#ifndef SITESETTINGSVIEW_WIDGET_H
|
||||||
#define SITESETTINGSVIEW_WIDGET_H
|
#define SITESETTINGSVIEW_WIDGET_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user