aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/stats_tree_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/stats_tree_dialog.h')
-rw-r--r--ui/qt/stats_tree_dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/qt/stats_tree_dialog.h b/ui/qt/stats_tree_dialog.h
index 1bf8df6d5e..533d8de33f 100644
--- a/ui/qt/stats_tree_dialog.h
+++ b/ui/qt/stats_tree_dialog.h
@@ -36,6 +36,7 @@
namespace Ui {
class StatsTreeDialog;
+class StatsTreeWidgetItem;
}
struct _tree_cfg_pres {
@@ -68,8 +69,8 @@ private:
private slots:
void on_applyFilterButton_clicked();
- void on_actionCopyAsCSV_triggered();
- void on_actionCopyAsYAML_triggered();
+ void on_actionCopyToClipboard_triggered();
+ void on_actionSaveAs_triggered();
};
#endif // STATS_TREE_DIALOG_H