Update src/ui/articleview.cc

Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
This commit is contained in:
xiaoyifang 2024-06-12 13:35:19 +08:00 committed by GitHub
parent 998a97a031
commit 26bdf52c5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,7 @@ ArticleView::ArticleView( QWidget * parent,
Config::Class const & cfg_,
QLineEdit const * translateLine_,
QAction * dictionaryBarToggled_,
unsigned int groupComboBox_ ):
unsigned int currentGroupId_ ):
QWidget( parent ),
articleNetMgr( nm ),
audioPlayer( audioPlayer_ ),