mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
locationinformation.cpp: fix unused variable
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
43ebfec1ff
commit
9f7c26cb38
1 changed files with 0 additions and 1 deletions
|
@ -540,7 +540,6 @@ void DiveLocationLineEdit::fixPopupPosition()
|
|||
{
|
||||
const QRect screen = QApplication::desktop()->availableGeometry(this);
|
||||
const int maxVisibleItems = 5;
|
||||
Qt::LayoutDirection dir = layoutDirection();
|
||||
QPoint pos;
|
||||
int rh, w;
|
||||
int h = (view->sizeHintForRow(0) * qMin(maxVisibleItems, view->model()->rowCount()) + 3) + 3;
|
||||
|
|
Loading…
Reference in a new issue