mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
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:
parent
7e4e6684c6
commit
e28f466618
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user