Miam-Player  0.8.0
A nice music player
tracksnotfoundmessagebox.h
Go to the documentation of this file.
1 #ifndef TRACKSNOTFOUNDMESSAGEBOX_H
2 #define TRACKSNOTFOUNDMESSAGEBOX_H
3 
4 #include <QMediaContent>
5 #include <QMessageBox>
6 
12 class TracksNotFoundMessageBox : public QMessageBox
13 {
14  Q_OBJECT
15 public:
17 
18  TracksNotFoundMessageBox(QWidget *parent);
19 
20  void displayError(Context context, const QList<QMediaContent> &tracksNotFound);
21 };
22 
23 #endif // TRACKSNOTFOUNDMESSAGEBOX_H
The TracksNotFoundMessageBox class.
Definition: tracksnotfoundmessagebox.h:12
void displayError(Context context, const QList< QMediaContent > &tracksNotFound)
Definition: tracksnotfoundmessagebox.cpp:12
Definition: tracksnotfoundmessagebox.h:16
Definition: tracksnotfoundmessagebox.h:16
Context
Definition: tracksnotfoundmessagebox.h:16
TracksNotFoundMessageBox(QWidget *parent)
Definition: tracksnotfoundmessagebox.cpp:5