aboutsummaryrefslogtreecommitdiff
path: root/src/schemes/NullSchemeHandler.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-08-12 01:21:15 +0530
committerAkshay Nair <phenax5@gmail.com>2025-08-12 01:21:15 +0530
commitec909d4211cd124a23f2ea878cc961b8b53f651a (patch)
tree1a04e951ec8fb59e488dc35b28728dbad2c1bf9e /src/schemes/NullSchemeHandler.hpp
parent4ccfb93b8c193851f6a208e1e0032ebc02bd768c (diff)
downloadnull-browser-ec909d4211cd124a23f2ea878cc961b8b53f651a.tar.gz
null-browser-ec909d4211cd124a23f2ea878cc961b8b53f651a.zip
Add null_docs_dir & null_assets_dir config options + use in lua
Diffstat (limited to 'src/schemes/NullSchemeHandler.hpp')
-rw-r--r--src/schemes/NullSchemeHandler.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/schemes/NullSchemeHandler.hpp b/src/schemes/NullSchemeHandler.hpp
index bc05076..299f1f0 100644
--- a/src/schemes/NullSchemeHandler.hpp
+++ b/src/schemes/NullSchemeHandler.hpp
@@ -7,9 +7,6 @@
#include <qdebug.h>
#include <qurlquery.h>
-// TODO: Install doc dir and pass this path during build
-#define NULL_DOCS_DIR "./doc"
-
class NullSchemeHandler : public QWebEngineUrlSchemeHandler {
Q_OBJECT