From 261b98eff083215db69843da28a05cfd1f7b3795 Mon Sep 17 00:00:00 2001 From: jeremy Date: Sun, 10 Feb 2002 13:22:54 +0000 Subject: Added support for setMic and micChange QCop messages. These additions are exactly like setVolume and volumeChange excopt of course, they change the mic input level instead of the volume out level. --- (limited to 'library/qpeapplication.h') diff --git a/library/qpeapplication.h b/library/qpeapplication.h index fd5e57d..23606db 100644 --- a/library/qpeapplication.h +++ b/library/qpeapplication.h @@ -85,6 +85,7 @@ signals: void timeChanged(); void clockChanged( bool pm ); void volumeChanged( bool muted ); + void micChanged( bool muted ); void appMessage( const QCString& msg, const QByteArray& data); void weekChanged( bool startOnMonday ); void dateFormatChanged( DateFormat ); @@ -117,6 +118,11 @@ private: QCopChannel *pidChannel; #endif QPEApplicationData *d; + + bool reserved_sh; + + + }; -- cgit v0.9.0.2