summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/aboutbox_impl.h
blob: de75bfc9ea3a1714fcac6013cd59035b9ac079f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef ABOUTBOXIMPL_H
#define ABOUTBOXIMPL_H

#include "ui_aboutbox.h"

class AboutBoxImpl : public QDialog, public Ui::AboutBox
{
    Q_OBJECT

public:
    AboutBoxImpl();


};

#endif // ABOUTBOXIMPL_H