mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-11 00:04:27 -04:00
unused variable removed
This commit is contained in:
parent
5ae2bae909
commit
8350fb4a26
@ -89,7 +89,6 @@ void QgsFilterLineEdit::focusInEvent( QFocusEvent *e )
|
||||
QLineEdit::focusInEvent( e );
|
||||
if ( e->reason() == Qt::MouseFocusReason && ( isNull() || mSelectOnFocus ) )
|
||||
{
|
||||
mFocusInEvent = true;
|
||||
mWaitingForMouseRelease = true;
|
||||
}
|
||||
}
|
||||
|
@ -286,7 +286,6 @@ class GUI_EXPORT QgsFilterLineEdit : public QLineEdit
|
||||
QString mNullValue;
|
||||
QString mDefaultValue;
|
||||
QString mStyleSheet;
|
||||
bool mFocusInEvent = false;
|
||||
bool mWaitingForMouseRelease = false;
|
||||
bool mSelectOnFocus = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user