mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Compare commits
2 commits
dcc4579544
...
160402e1d0
Author | SHA1 | Date | |
---|---|---|---|
160402e1d0 | |||
fb48f66370 |
3
src/audio/README.md
Normal file
3
src/audio/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
Code to support GD's internal/external audio players.
|
||||
|
||||
Only `audioplayerinterface.hh` is supposed to be used outside this folder.
|
|
@ -10,7 +10,7 @@
|
|||
#include <QWebEngineView>
|
||||
#include <list>
|
||||
#include "article_netmgr.hh"
|
||||
#include "audioplayerinterface.hh"
|
||||
#include "audio/audioplayerinterface.hh"
|
||||
#include "instances.hh"
|
||||
#include "groupcombobox.hh"
|
||||
#include "globalbroadcaster.hh"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "config.hh"
|
||||
#include "dict/dictionary.hh"
|
||||
#include "article_netmgr.hh"
|
||||
#include "audioplayerfactory.hh"
|
||||
#include "audio/audioplayerfactory.hh"
|
||||
#include "instances.hh"
|
||||
#include "article_maker.hh"
|
||||
#include "scanpopup.hh"
|
||||
|
|
Loading…
Reference in a new issue