global h, slidy boi starts where it should, name

This commit is contained in:
Hane 2023-02-10 22:48:46 +01:00
commit e61c600019
10 changed files with 77 additions and 16 deletions

View file

@ -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: