summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/scandialog.cpp
authorharlekin <harlekin>2002-06-19 22:36:08 (UTC)
committer harlekin <harlekin>2002-06-19 22:36:08 (UTC)
commitce6d4880d3d78fb569322c14e425654785de980d (patch) (side-by-side diff)
treee1515034b27b6a07b879031fbebac8126c184000 /noncore/net/opietooth/manager/scandialog.cpp
parent3cff4da41a61679e0222be190af8a98682f07393 (diff)
downloadopie-ce6d4880d3d78fb569322c14e425654785de980d.zip
opie-ce6d4880d3d78fb569322c14e425654785de980d.tar.gz
opie-ce6d4880d3d78fb569322c14e425654785de980d.tar.bz2
update
Diffstat (limited to 'noncore/net/opietooth/manager/scandialog.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/scandialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/scandialog.cpp b/noncore/net/opietooth/manager/scandialog.cpp
index ec8df82..9520e73 100644
--- a/noncore/net/opietooth/manager/scandialog.cpp
+++ b/noncore/net/opietooth/manager/scandialog.cpp
@@ -101,7 +101,7 @@ namespace OpieTooth {
progressStat++;
if (progressStat++ < 20) {
- QTimer::singleShot( 1000, this, SLOT(progressTimer() ) );
+ QTimer::singleShot( 2000, this, SLOT(progressTimer() ) );
}
progress->setProgress(progressStat++);