summaryrefslogtreecommitdiff
path: root/libopie2
Unidiff
Diffstat (limited to 'libopie2') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/omanufacturerdb.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/libopie2/opienet/omanufacturerdb.cpp b/libopie2/opienet/omanufacturerdb.cpp
index 006ae72..595633d 100644
--- a/libopie2/opienet/omanufacturerdb.cpp
+++ b/libopie2/opienet/omanufacturerdb.cpp
@@ -36,2 +36,3 @@
36/* QT */ 36/* QT */
37#include <qapplication.h>
37#include <qstring.h> 38#include <qstring.h>
@@ -40,2 +41,4 @@
40 41
42#define OPIE_IMPROVE_GUI_LATENCY 1
43
41OManufacturerDB* OManufacturerDB::_instance = 0; 44OManufacturerDB* OManufacturerDB::_instance = 0;
@@ -90,2 +93,5 @@ OManufacturerDB::OManufacturerDB()
90 odebug << "OmanufacturerDB: parse '" << addr << "' as '" << manu << "' (" << extManu << ")" << oendl; 93 odebug << "OmanufacturerDB: parse '" << addr << "' as '" << manu << "' (" << extManu << ")" << oendl;
94 #ifdef OPIE_IMPROVE_GUI_LATENCY
95 if ( qApp ) qApp->processEvents();
96 #endif
91 } 97 }