diff options
author | Adrian Constantin <adrian.constantin@nokia.com> | 2010-03-03 07:51:44 (GMT) |
---|---|---|
committer | Adrian Constantin <adrian.constantin@nokia.com> | 2010-03-03 07:51:44 (GMT) |
commit | e94d0397ea69573d170fd9bc5706e392d9885dbe (patch) | |
tree | bdb6cfedbaf2da035139f268b688a9f93e43a331 /src/gui | |
parent | 0367742255f71cae623f35f82392993214bdb7db (diff) | |
download | Qt-e94d0397ea69573d170fd9bc5706e392d9885dbe.zip Qt-e94d0397ea69573d170fd9bc5706e392d9885dbe.tar.gz Qt-e94d0397ea69573d170fd9bc5706e392d9885dbe.tar.bz2 |
Fix build break in qapplication_x11.cpp.
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kernel/qapplication_x11.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication_x11.cpp b/src/gui/kernel/qapplication_x11.cpp index 15761f4..121e9ec 100644 --- a/src/gui/kernel/qapplication_x11.cpp +++ b/src/gui/kernel/qapplication_x11.cpp @@ -96,6 +96,11 @@ extern "C" { } #endif +#ifndef QT_GUI_DOUBLE_CLICK_RADIUS +#define QT_GUI_DOUBLE_CLICK_RADIUS 5 +#endif + + //#define ALIEN_DEBUG #if !defined(QT_NO_GLIB) |