summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/scandialog.h
authorharlekin <harlekin>2002-06-15 21:29:57 (UTC)
committer harlekin <harlekin>2002-06-15 21:29:57 (UTC)
commit8ab6f33e6bd35266bed38952f149a328bea3c544 (patch) (side-by-side diff)
treeaee29787d61e58c6a8b345de40acaf36d0fdc424 /noncore/net/opietooth/manager/scandialog.h
parente7712c9535a461c6f5f98e78b856af0bb9eca0c6 (diff)
downloadopie-8ab6f33e6bd35266bed38952f149a328bea3c544.zip
opie-8ab6f33e6bd35266bed38952f149a328bea3c544.tar.gz
opie-8ab6f33e6bd35266bed38952f149a328bea3c544.tar.bz2
update
Diffstat (limited to 'noncore/net/opietooth/manager/scandialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/scandialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/scandialog.h b/noncore/net/opietooth/manager/scandialog.h
index 22ee01d..fcaee6e 100644
--- a/noncore/net/opietooth/manager/scandialog.h
+++ b/noncore/net/opietooth/manager/scandialog.h
@@ -57,16 +57,16 @@ class Device;
protected:
QVBoxLayout* Layout11;
private slots:
void stopSearch();
void startSearch();
+ void progressTimer();
void fillList(const QString& device, RemoteDevices::ValueList list);
private:
- void progressTimer(int maxSeconds);
Manager *localDevice;
int progressStat;
};
}