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/oclickablelabel.h') diff --git a/libopie/oclickablelabel.h b/libopie/oclickablelabel.h index 6e7a123..f93ade0 100644 --- a/libopie/oclickablelabel.h +++ b/libopie/oclickablelabel.h @@ -49,7 +49,7 @@ public: /** * emitted when the labels gets toggled - * @param the new new state of the label + * @param on the new new state of the label */ void toggled(bool on); private: @@ -59,6 +59,10 @@ public: void showState(bool on); void setInverted(bool on); + + private: + class Private; + Private *d; // private d pointer }; #endif -- cgit v0.9.0.2