mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Display conductor number
This commit is contained in:
@@ -29,7 +29,7 @@ const int TYPE_CELL = 2;
|
||||
const int FUNCTION_CELL = 3;
|
||||
const int LED_CELL = 4;
|
||||
|
||||
const int ROW_COUNT = 5;
|
||||
const int COLUMN_COUNT = 5;
|
||||
|
||||
static QVector<bool> UNMODIFIED_CELL_VECTOR{false, false, false, false, false};
|
||||
|
||||
@@ -79,7 +79,7 @@ int FreeTerminalModel::rowCount(const QModelIndex &parent) const
|
||||
int FreeTerminalModel::columnCount(const QModelIndex &parent) const
|
||||
{
|
||||
Q_UNUSED(parent)
|
||||
return ROW_COUNT;
|
||||
return COLUMN_COUNT;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user