From 2c2fbf9ae12eb117d5ec6ab9b6a14e27d93261fa Mon Sep 17 00:00:00 2001 From: dwmw2 Date: Wed, 03 Apr 2002 18:22:16 +0000 Subject: Read SMS messages from phone --- (limited to 'noncore/unsupported/gsmtool/gsmtool.h') diff --git a/noncore/unsupported/gsmtool/gsmtool.h b/noncore/unsupported/gsmtool/gsmtool.h index 1625cb1..49387d9 100644 --- a/noncore/unsupported/gsmtool/gsmtool.h +++ b/noncore/unsupported/gsmtool/gsmtool.h @@ -21,12 +21,16 @@ private slots: void doConnectButton(); void doScanButton(); void doTabChanged(); + void doSMSStoreChanged(); + void doSMSTypeChanged(); + private: static const speed_t baudrates[]; int devicelocked; int timerid; gsmlib::MeTa *me; + gsmlib::SMSStoreRef sms_store; char *devicename; speed_t baudrate; -- cgit v0.9.0.2