mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-09 17:57:11 +01:00
Clarify current symbol extraction behaviour
This commit is contained in:
@@ -95,7 +95,7 @@ void PlotView::contextMenuEvent(QContextMenuEvent * event)
|
||||
}
|
||||
|
||||
// Add action to extract symbols from selected plot
|
||||
auto extract = new QAction("Extract symbols...", &menu);
|
||||
auto extract = new QAction("Extract symbols (to stdout)...", &menu);
|
||||
connect(
|
||||
extract, &QAction::triggered,
|
||||
this, [=]() {
|
||||
|
||||
Reference in New Issue
Block a user