From 0874f9abd51c998753f9453b90c6c0432aac0d61 Mon Sep 17 00:00:00 2001 From: aangerma Date: Wed, 21 Oct 2020 14:28:36 +0300 Subject: [PATCH] DSO-15662 filter only intel product line on DQT tool --- common/ux-window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ux-window.cpp b/common/ux-window.cpp index b104b9b26e..55e180c6d5 100644 --- a/common/ux-window.cpp +++ b/common/ux-window.cpp @@ -483,7 +483,7 @@ namespace rs2 bool do_200ms = every_200ms; if (_query_devices && do_200ms) { - _missing_device = _ctx.query_devices(RS2_PRODUCT_LINE_ANY).size() == 0; + _missing_device = _ctx.query_devices(RS2_PRODUCT_LINE_ANY_INTEL).size() == 0; _hourglass_index = (_hourglass_index + 1) % 5; if (!_missing_device)