Added updateViewerWidgetWindowTitle for summary plots

This commit is contained in:
Magne Sjaastad
2016-06-29 14:15:39 +02:00
parent ea6d652a17
commit ac5402ca5a
4 changed files with 24 additions and 10 deletions

View File

@@ -168,8 +168,8 @@ void RiuMainPlotWindow::createToolBars()
{
// Snapshots
QToolBar* toolbar = addToolBar(tr("View Snapshots"));
/*
toolbar->setObjectName(toolbar->windowTitle());
/*
toolbar->addAction(m_snapshotToClipboard);
toolbar->addAction(m_snapshotToFile);
toolbar->addAction(m_snapshotAllViewsToFile);