From 5f1670ce4588612b06b383aaecdb21d1c6f31ddf Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 7 Oct 2021 13:23:34 -0600 Subject: Allow tab split options on reports --- ui/reportwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/reportwidget.h') diff --git a/ui/reportwidget.h b/ui/reportwidget.h index 25ee7a30..51dd2d59 100644 --- a/ui/reportwidget.h +++ b/ui/reportwidget.h @@ -60,4 +60,6 @@ public: void save(); void saveAs(); + + ReportWidget* duplicate(); }; -- cgit v1.3.1