7 lines
88 B
C++
7 lines
88 B
C++
#include "ampmanager.h"
|
|
|
|
AmpManager::AmpManager(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|