@@ -63,6 +63,7 @@
|
||||
#include "covermanager/albumcoverloaderresult.h"
|
||||
|
||||
class About;
|
||||
class Console;
|
||||
class AlbumCoverManager;
|
||||
class Application;
|
||||
class ContextView;
|
||||
@@ -220,6 +221,7 @@ class MainWindow : public QMainWindow, public PlatformInterface {
|
||||
void SongSaveComplete(TagReaderReply *reply, const QPersistentModelIndex &idx);
|
||||
|
||||
void ShowCoverManager();
|
||||
void ShowEqualizer();
|
||||
|
||||
void ShowAboutDialog();
|
||||
void ShowErrorDialog(const QString &message);
|
||||
@@ -292,6 +294,7 @@ class MainWindow : public QMainWindow, public PlatformInterface {
|
||||
SystemTrayIcon *tray_icon_;
|
||||
OSDBase *osd_;
|
||||
Lazy<About> about_dialog_;
|
||||
Lazy<Console> console_;
|
||||
Lazy<EditTagDialog> edit_tag_dialog_;
|
||||
AlbumCoverChoiceController *album_cover_choice_controller_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user