mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-09 00:41:28 +03:00
Make the next prev buttons work with shortcuts + mouse buttons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user