gr-fosphor: Fix block name for QT sink

Obvious typo is obvious.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2019-12-02 09:52:17 +01:00
parent 3c000bf88a
commit 423431bdbd
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ qt_sink_c::make(QWidget *parent)
}
qt_sink_c_impl::qt_sink_c_impl(QWidget *parent)
: base_sink_c("glfw_sink_c")
: base_sink_c("qt_sink_c")
{
/* QT stuff */
if(qApp != NULL) {