doc: Removed illegal qdoc comments
Some member functions of a class declared in a cpp file were documented, but they should not have been documented. Change-Id: I9ce621bd858ebf1ad916beaf217d1c4d9feabbce Reviewed-by: Martin Smith <martin.smith@qt.io>bb10
parent
3b37208e33
commit
dea9177675
|
|
@ -355,7 +355,7 @@ void QWellArray::paintCell(QPainter* p, int row, int col, const QRect &rect)
|
|||
paintCellContents(p, row, col, opt.rect.adjusted(dfw, dfw, -dfw, -dfw));
|
||||
}
|
||||
|
||||
/*!
|
||||
/*
|
||||
Reimplement this function to change the contents of the well array.
|
||||
*/
|
||||
void QWellArray::paintCellContents(QPainter *p, int row, int col, const QRect &r)
|
||||
|
|
@ -441,16 +441,12 @@ void QWellArray::focusInEvent(QFocusEvent*)
|
|||
emit currentChanged(curRow, curCol);
|
||||
}
|
||||
|
||||
/*!\reimp
|
||||
*/
|
||||
|
||||
void QWellArray::focusOutEvent(QFocusEvent*)
|
||||
{
|
||||
updateCell(curRow, curCol);
|
||||
}
|
||||
|
||||
/*\reimp
|
||||
*/
|
||||
void QWellArray::keyPressEvent(QKeyEvent* e)
|
||||
{
|
||||
switch(e->key()) { // Look at the key code
|
||||
|
|
|
|||
Loading…
Reference in New Issue