From 9602e59e3baf01465f4b4139715f2196bb01e012 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 07 May 2003 14:45:49 +0000 Subject: Add d ptr add comments and FIXMEs three new signals for otodoaccess --- (limited to 'libopie/odevicebutton.h') diff --git a/libopie/odevicebutton.h b/libopie/odevicebutton.h index cf91bbd..abe27d6 100644 --- a/libopie/odevicebutton.h +++ b/libopie/odevicebutton.h @@ -50,6 +50,8 @@ private: void init ( const QCString &m_channel, const QCString &message, const QByteArray &args ); OQCopMessageData *d; + class Private; + Private* data; }; @@ -94,6 +96,8 @@ private: OQCopMessage m_PressedAction; OQCopMessage m_FactoryPresetHeldAction; OQCopMessage m_HeldAction; + class Private; + Private *d; }; } -- cgit v0.9.0.2