Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initialise some pointer members
  • Loading branch information
nyalldawson committed Mar 19, 2018
1 parent 648ce14 commit 0ef6e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsfilterlineedit.h
Expand Up @@ -271,8 +271,8 @@ class GUI_EXPORT QgsFilterLineEdit : public QLineEdit
void updateClearIcon();

private:
QAction *mClearAction;
QAction *mSearchAction;
QAction *mClearAction = nullptr;
QAction *mSearchAction = nullptr;
QAction *mBusySpinnerAction = nullptr;

bool mClearButtonVisible = true;
Expand Down

0 comments on commit 0ef6e1b

Please sign in to comment.