Skip to content

Commit

Permalink
move audio files to src/audio
Browse files Browse the repository at this point in the history
a
  • Loading branch information
shenlebantongying committed Nov 10, 2024
1 parent dcc4579 commit fb48f66
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/audio/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Code to support GD's internal/external audio players.

Only `audioplayerinterface.hh` is supposed to be used outside this folder.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/ui/articleview.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/ui/mainwindow.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fb48f66

Please sign in to comment.