diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-20 22:10:57 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-20 22:10:57 +0530 |
| commit | fdeb33d34a97d062a120f72da919f81d7b1d45bf (patch) | |
| tree | 91165d5e3e718d4008bf73259f45d1705965f4b0 /include/Configuration.hpp | |
| parent | 9e3474b5d8ee4afdd9c03cfb4a151ffebfca36b7 (diff) | |
| download | null-browser-fdeb33d34a97d062a120f72da919f81d7b1d45bf.tar.gz null-browser-fdeb33d34a97d062a120f72da919f81d7b1d45bf.zip | |
Move header files to src
Diffstat (limited to 'include/Configuration.hpp')
| -rw-r--r-- | include/Configuration.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/Configuration.hpp b/include/Configuration.hpp deleted file mode 100644 index cc68803..0000000 --- a/include/Configuration.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -#include <QtCore> -#include <cstdio> - -class Configuration : public QObject { - Q_OBJECT - -public: - using QObject::QObject; - - QUrl newTabUrl = QUrl("https://lite.duckduckgo.com"); -}; |
