forked from qt-creator/qt-creator
QmlPuppet: Remove duplicate condition
Change-Id: I2a521aa08347d83b236d490e698081e552381ed7 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
245c0deb69
commit
8a42154f24
@@ -109,12 +109,6 @@ QDebug operator <<(QDebug debug, const AddImportContainer &container)
|
||||
if (!container.alias().isEmpty())
|
||||
debug.nospace() << "alias: " << container.alias() << ", ";
|
||||
|
||||
if (!container.alias().isEmpty())
|
||||
debug.nospace() << "alias: " << container.alias() << ", ";
|
||||
|
||||
if (!container.alias().isEmpty())
|
||||
debug.nospace() << "alias: " << container.alias() << ", ";
|
||||
|
||||
debug.nospace() << "importPaths: " << container.importPaths();
|
||||
|
||||
return debug.nospace() << ")";
|
||||
|
||||
Reference in New Issue
Block a user