Skip to content

Commit ab23d94

Browse files
committed
Fixed small errors
1 parent c3d629c commit ab23d94

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

click_lock_settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2016 Alik Aslanyan <cplusplus256@gmail.com>
1+
/* Copyright (C) 2016 Alik Aslanyan <cplusplus256@gmail.com>
22
* This file is part of DoubleClickFix.
33
*
44
* DoubleClickFix is free software: you can redistribute it and/or modify
@@ -32,8 +32,8 @@ struct click_lock_settings_data;
3232
#include <QLineEdit>
3333
struct click_lock_settings_data
3434
{
35-
hotKey hkKey;
3635
double dMouseHoldingDelay;
36+
hotKey hkKey;
3737
bool bHotKeyEnabled;
3838
bool bMouseHoldingEnabled;
3939

mousecatcherthread.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2016 Alik Aslanyan <cplusplus256@gmail.com>
1+
/* Copyright (C) 2016 Alik Aslanyan <cplusplus256@gmail.com>
22
* This file is part of DoubleClickFix.
33
*
44
* DoubleClickFix is free software: you can redistribute it and/or modify
@@ -26,7 +26,7 @@ MouseCatcherThread *MouseCatcherThread::m_This;
2626

2727
MouseCatcherThread::MouseCatcherThread() : QThread(), m_isStarted(false),
2828
m_Delay(0),m_isLoggingStarted(false),m_Hook(NULL),
29-
m_isMouseHoldAutoSelectionMode(false), m_MouseHoldingDelay(0)
29+
m_isMouseHoldAutoSelectionMode(false), m_MouseHoldingDelay(0), m_isSelectionMode(false)
3030
{
3131
MouseCatcherThread::m_This = this;
3232
m_ClickTimer.start();

0 commit comments

Comments
 (0)