diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-23 19:48:53 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-23 21:47:03 +0530 |
| commit | 346c16b4e2ea26f47e0e370a490b7794492a9ebb (patch) | |
| tree | 277a30ac8b0c82a9c9736985385d0d150a55fcb5 /src/Configuration.hpp | |
| parent | 9cc72e8ea9f59f9a9627d05528d54a559ebd412c (diff) | |
| download | null-browser-346c16b4e2ea26f47e0e370a490b7794492a9ebb.tar.gz null-browser-346c16b4e2ea26f47e0e370a490b7794492a9ebb.zip | |
Apply clang-tidy suggestions
Diffstat (limited to 'src/Configuration.hpp')
| -rw-r--r-- | src/Configuration.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 <QtCore> -#include <cstdio> 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"); }; |
