summaryrefslogtreecommitdiff
path: root/misc/bibletime/patches/patch-src_frontend_bibletime.h
blob: 4adc2692d00b1cb1b2d0a3e46846150337edec9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-src_frontend_bibletime.h,v 1.1 2020/12/04 12:17:58 nros Exp $

* remove deprecation warning
 taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848

--- src/frontend/bibletime.h.orig	2020-08-02 18:32:25.000000000 +0000
+++ src/frontend/bibletime.h
@@ -138,7 +138,7 @@ class BibleTime : public QMainWindow {
 
     public:
 
-        BibleTime(QWidget *parent = nullptr, Qt::WindowFlags flags = nullptr);
+        BibleTime(QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
 
         ~BibleTime() override;