Skip to content

Commit 8650778

Browse files
committed
Removed debug include
1 parent 30d3944 commit 8650778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/spi_chip_db_table_model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Qt::ItemFlags SpiChipDbTableModel::flags (const QModelIndex &index) const
192192
{
193193
return QAbstractItemModel::flags(index) | Qt::ItemIsEditable;
194194
}
195-
#include <QDebug>
195+
196196
bool SpiChipDbTableModel::setData(const QModelIndex &index,
197197
const QVariant &value, int role)
198198
{

0 commit comments

Comments
 (0)