to follow the requirement of repo owner, to remove the no use comment and the declaration for including the header file, named qtdebug

This commit is contained in:
turbineyan 2021-01-01 23:47:17 +08:00
parent 7e4e6684c6
commit e28f466618

View File

@ -32,8 +32,6 @@
#include "objectinspector/editors/lrcomboboxeditor.h"
#include "lrtextitem.h"
#include <QtDebug>
namespace{
LimeReport::ObjectPropItem * createAlignItem(
QObject *object, LimeReport::ObjectPropItem::ObjectsList* objects, const QString& name, const QString& displayName, const QVariant& data, LimeReport::ObjectPropItem* parent, bool readonly
@ -162,8 +160,6 @@ QString AlignmentItemEditor::displayValue() const
void AlignmentItemEditor::setPropertyValue(QVariant value)
{
//ObjectPropItem::setPropertyValue(extractAcceptableValue(value.toInt())[0]);
qDebug()<<"value "<<value;
QVector<int> _accpepttableValueList= extractAcceptableValue(value.toInt());
if(_accpepttableValueList.isEmpty()) return;