Created separate directory for player engine
[someplayer] / src / libraryform.h
1 #ifndef LIBRARYFORM_H
2 #define LIBRARYFORM_H
3
4 #include <QWidget>
5
6 namespace Ui {
7     class LibraryForm;
8 }
9
10 class LibraryForm : public QWidget
11 {
12     Q_OBJECT
13
14 public:
15     explicit LibraryForm(QWidget *parent = 0);
16     ~LibraryForm();
17
18 private:
19     Ui::LibraryForm *ui;
20 };
21
22 #endif // LIBRARYFORM_H