From fd12f140cefd20ff7658b695c657c3a6a838da19 Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 19 Feb 2004 02:08:16 +0000 Subject: Add API comment about inline dtor --- diff --git a/libopie2/opiecore/oconfig.h b/libopie2/opiecore/oconfig.h index 444d280..becf70d 100644 --- a/libopie2/opiecore/oconfig.h +++ b/libopie2/opiecore/oconfig.h @@ -124,6 +124,7 @@ class OConfigGroupSaver /** * Destructor. * Restores the last current group. + * @todo make it not inline for bc reasons. See KDE BC guide */ ~OConfigGroupSaver() { _config->setGroup( _oldgroup ); } -- cgit v0.9.0.2