global h, slidy boi starts where it should, name
This commit is contained in:
parent
3ea2e739ae
commit
e61c600019
10 changed files with 77 additions and 16 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
#include <QObject>
|
||||
#include "global.h"
|
||||
#include "backlasses.h"
|
||||
|
||||
|
||||
|
|
@ -8,15 +9,17 @@ class EndpointHandler : public QObject {
|
|||
|
||||
public:
|
||||
EndpointHandler(Endpoint *ept, QObject *parent = nullptr);
|
||||
|
||||
QString getName();
|
||||
float getVolume();
|
||||
|
||||
private:
|
||||
Endpoint *ept;
|
||||
QString eptName;
|
||||
//QSlider *slidy;
|
||||
|
||||
public slots:
|
||||
void setValue(int value);
|
||||
|
||||
|
||||
|
||||
//signals:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue