diff options
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); }; |
