From 346c16b4e2ea26f47e0e370a490b7794492a9ebb Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 23 Mar 2025 19:48:53 +0530 Subject: Apply clang-tidy suggestions --- src/Configuration.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Configuration.hpp') diff --git a/src/Configuration.hpp b/src/Configuration.hpp index cc68803..032d12e 100644 --- a/src/Configuration.hpp +++ b/src/Configuration.hpp @@ -1,7 +1,6 @@ #pragma once #include -#include class Configuration : public QObject { Q_OBJECT @@ -9,5 +8,5 @@ class Configuration : public QObject { public: using QObject::QObject; - QUrl newTabUrl = QUrl("https://lite.duckduckgo.com"); + QUrl new_tab_url = QUrl("https://lite.duckduckgo.com"); }; -- cgit v1.3.1