diff options
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h index b2b8c5e..5713cd0 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -92,6 +92,7 @@ class PlayerWidget : public QWidget { QAction *mPlayA; QAction *mStopA; QAction *mPauseA; + QAction *mSearchA; qint64 mDurSecs; quint64 mPlayListLength; }; |