Make the next prev buttons work with shortcuts + mouse buttons

This commit is contained in:
Spiros
2024-06-12 06:00:16 +03:00
parent 5482b8ee54
commit f9b75c5d74
2 changed files with 14 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
#include <QUrl>
#include <QTimer>
#include <QSettings>
#include <QMouseEvent>
#include <cmath>
#include "statusdot.h"
@@ -92,5 +93,6 @@ private:
void clearButtonGroup();
QString initiateSelfTest(const QString &testType, const QString &deviceNode);
void cancelSelfTest(const QString &deviceNode);
void mousePressEvent(QMouseEvent*);
};
#endif