mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove declaration of non-existing QWellArray::cellContent()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0e92244631
commit
e30296b06a
1 changed files with 0 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue