Miam-Player  0.8.0
A nice music player
libraryorderdialog.h
Go to the documentation of this file.
1 #ifndef LIBRARYORDERDIALOG_H
2 #define LIBRARYORDERDIALOG_H
3 
4 #include <QDialog>
6 #include "miamlibrary_global.hpp"
7 
15 {
16  Q_OBJECT
17 public:
18  explicit LibraryOrderDialog(QWidget *parent = nullptr);
19 
20 signals:
21  void aboutToChangeHierarchyOrder();
22 };
23 
24 #endif // LIBRARYORDERDIALOG_H
Definition: ui_libraryorderdialog.h:198
The LibraryOrderDialog class displays a small popup which allows one to change the hierarchy...
Definition: libraryorderdialog.h:14
#define MIAMLIBRARY_LIBRARY
Definition: miamlibrary_global.hpp:8