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/reportcollectionwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/reportcollectionwidget.h') diff --git a/ui/reportcollectionwidget.h b/ui/reportcollectionwidget.h index 95dc9262..13c2d659 100644 --- a/ui/reportcollectionwidget.h +++ b/ui/reportcollectionwidget.h @@ -27,6 +27,8 @@ public: virtual View* getView() override; + ReportCollectionWidget* duplicate(); + private Q_SLOTS: void selectReport(int i); }; -- cgit v1.3.1