remove debug output from focusControl
This commit is contained in:
parent
b25d911328
commit
5e492e8392
1 changed files with 0 additions and 2 deletions
|
|
@ -82,7 +82,6 @@ namespace focusControl
|
|||
{
|
||||
QList<QObject *> res;
|
||||
if (!object) {
|
||||
qDebug() << "The object is NULL";
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
@ -102,7 +101,6 @@ namespace focusControl
|
|||
{
|
||||
QList<QObject *> res;
|
||||
if (!object) {
|
||||
qDebug() << "The object is NULL";
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue