extended long press time
parent
e49607aa13
commit
d710dc9e2c
|
|
@ -15,7 +15,7 @@
|
|||
"name": "longPressTime",
|
||||
"displayName": "Long press time",
|
||||
"type": "int",
|
||||
"defaultValue": 500
|
||||
"defaultValue": 2000
|
||||
}
|
||||
],
|
||||
"vendors": [
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ private:
|
|||
|
||||
uint m_rotationValue;
|
||||
QTimer *m_longPressTimer = nullptr;
|
||||
int m_longPressTime = 500;
|
||||
int m_longPressTime = 2000; //default value 2 seconds
|
||||
|
||||
void showMatrix(const QByteArray &matrix, const int &seconds);
|
||||
void printService(QLowEnergyService *service);
|
||||
|
|
|
|||
Loading…
Reference in New Issue