summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/profile/profileedit.h
authorwimpie <wimpie>2005-01-12 00:09:13 (UTC)
committer wimpie <wimpie>2005-01-12 00:09:13 (UTC)
commit4b1d4fc9f4170ec22d196dd352cae5d9c1ecb232 (patch) (side-by-side diff)
tree90d4ac2f37ec43f69008b3cba67ff018e3af3ee1 /noncore/settings/networksettings2/profile/profileedit.h
parentb0afa096730ac7893fcd25873f6fd09fcef32a95 (diff)
downloadopie-4b1d4fc9f4170ec22d196dd352cae5d9c1ecb232.zip
opie-4b1d4fc9f4170ec22d196dd352cae5d9c1ecb232.tar.gz
opie-4b1d4fc9f4170ec22d196dd352cae5d9c1ecb232.tar.bz2
GUI changes to profileedit
Diffstat (limited to 'noncore/settings/networksettings2/profile/profileedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/profile/profileedit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/profile/profileedit.h b/noncore/settings/networksettings2/profile/profileedit.h
index 9cde845..56bd15d 100644
--- a/noncore/settings/networksettings2/profile/profileedit.h
+++ b/noncore/settings/networksettings2/profile/profileedit.h
@@ -20,10 +20,13 @@ public slots :
void SLOT_AutoRefresh( bool );
void SLOT_Refresh( void );
+ void SLOT_ResetODO( void );
private :
QTimer RefreshTimer;
ANetNodeInstance * NNI;
RuntimeInfo * Dev;
+ long RcvODO;
+ long SndODO;
};