summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'playerwidget.h')
-rw-r--r--playerwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/playerwidget.h b/playerwidget.h
index 103f219..365eec3 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -53,7 +53,7 @@ class PlayerWidget : public QWidget {
void addSong(const QModelIndex &idx);
void play(const QString &fullPath);
void advance(int numSongs);
- QLineEdit *mFilter;
+ QLineEdit *mSearch;
QMediaPlayer *mPlayer;
BeetView *mView;
QStandardItemModel *mViewModel;