Inittial Commit
This commit is contained in:
16
ampmanager.h
Normal file
16
ampmanager.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef AMPMANAGER_H
|
||||
#define AMPMANAGER_H
|
||||
|
||||
|
||||
class AmpManager : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit AmpManager(QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
};
|
||||
|
||||
#endif // AMPMANAGER_H
|
Reference in New Issue
Block a user