diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-10-07 13:23:34 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2021-10-07 13:23:34 -0600 |
| commit | 5f1670ce4588612b06b383aaecdb21d1c6f31ddf (patch) | |
| tree | facb88be17fae3389cc51a7adb13a2905cde9aec /ui/reportcollectionwidget.h | |
| parent | b84383bfe8662e00d5699241097758b6a6e9d421 (diff) | |
Allow tab split options on reports
Diffstat (limited to 'ui/reportcollectionwidget.h')
| -rw-r--r-- | ui/reportcollectionwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); }; |
