If just clicking on the plain open button (not menu), open the capture

This commit is contained in:
baldurk
2017-06-13 18:11:43 +01:00
parent 9f20414c2f
commit 3ba62df061
@@ -149,6 +149,7 @@ LiveCapture::LiveCapture(ICaptureContext &ctx, const QString &hostname, uint32_t
bottomTools->addAction(deleteAction);
QObject::connect(previewToggle, &QAction::toggled, this, &LiveCapture::previewToggle_toggled);
QObject::connect(openButton, &QToolButton::clicked, this, &LiveCapture::openCapture_triggered);
QObject::connect(thisAction, &QAction::triggered, this, &LiveCapture::openCapture_triggered);
QObject::connect(newWindowAction, &QAction::triggered, this,
&LiveCapture::openNewWindow_triggered);