Skip to content

Commit

Permalink
unused variable removed
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Nov 8, 2018
1 parent 5ae2bae commit 8350fb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/gui/qgsfilterlineedit.cpp
Expand Up @@ -89,7 +89,6 @@ void QgsFilterLineEdit::focusInEvent( QFocusEvent *e )
QLineEdit::focusInEvent( e );
if ( e->reason() == Qt::MouseFocusReason && ( isNull() || mSelectOnFocus ) )
{
mFocusInEvent = true;
mWaitingForMouseRelease = true;
}
}
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgsfilterlineedit.h
Expand Up @@ -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;

Expand Down

0 comments on commit 8350fb4

Please sign in to comment.