remove declaration of non-existing QWellArray::cellContent()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2020-12-24 00:50:50 +00:00
parent 0e92244631
commit e30296b06a

View file

@ -70,7 +70,6 @@ class QWellArray : public QWidget
public:
QWellArray(int rows, int cols, QWidget* parent = Q_NULLPTR);
~QWellArray() {}
QString cellContent(int row, int col) const;
int selectedColumn() const { return selCol; }
int selectedRow() const { return selRow; }