Remove QDebug output

This commit is contained in:
Paulchen Panther 2021-01-22 22:10:03 +01:00 committed by GitHub
parent d5717af2df
commit c78e5c1814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,6 @@ void SysTray::createTrayIcon()
{ {
if (efx.file.mid(0, 1) != ":") if (efx.file.mid(0, 1) != ":")
{ {
qDebug() << efx.file;
QAction *efxAction = new QAction(efx.name, this); QAction *efxAction = new QAction(efx.name, this);
connect(efxAction, SIGNAL(triggered()), this, SLOT(setEffect())); connect(efxAction, SIGNAL(triggered()), this, SLOT(setEffect()));
_trayIconEfxMenu->addAction(efxAction); _trayIconEfxMenu->addAction(efxAction);