aboutsummaryrefslogtreecommitdiff
path: root/src/Configuration.hpp
blob: cc6880306311d71a282a1395c6c2c4bda59a0ffa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <QtCore>
#include <cstdio>

class Configuration : public QObject {
  Q_OBJECT

public:
  using QObject::QObject;

  QUrl newTabUrl = QUrl("https://lite.duckduckgo.com");
};