Skip to content

Commit 168c471

Browse files
committed
Fix release build
1 parent ed2e14c commit 168c471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
*_old.ico
2-
Dekstop_*/
1+
*_old.ico

mousecatcherthread.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include "mousecatcherthread.h"
1919
#include <QMessageBox>
20+
#include <QTimer>
2021
#if defined QT_DEBUG
2122
#include <QDebug>
2223
#endif

0 commit comments

Comments
 (0)