summaryrefslogtreecommitdiff
path: root/src/getsuyomi.hpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-09-30 00:36:19 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-09-30 00:36:19 -0500
commit6f2b61b676a16482fdac70a58a8e875c4d68e713 (patch)
treee2f8b2376847b5b13b278572c0fae8a6bc4d0e82 /src/getsuyomi.hpp
parentdacd752bbf46f2afb08b4b8d730ba3619528dda4 (diff)
Add configuration handling.
Diffstat (limited to 'src/getsuyomi.hpp')
-rw-r--r--src/getsuyomi.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getsuyomi.hpp b/src/getsuyomi.hpp
index abf8a72..e36e49d 100644
--- a/src/getsuyomi.hpp
+++ b/src/getsuyomi.hpp
@@ -20,7 +20,7 @@ class Getsuyomi : public QWidget {
public:
friend class GetsuyomiApp;
- Getsuyomi();
+ Getsuyomi(QWidget* parent);
Getsuyomi(const Getsuyomi&) = delete;
Getsuyomi(Getsuyomi&&) = delete;
~Getsuyomi();