author | alwin <alwin> | 2005-03-18 11:38:26 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-18 11:38:26 (UTC) |
commit | 19ace8f426abb58c551fe2de3a1aa90f9d680805 (patch) (side-by-side diff) | |
tree | 71acd49e7a52d00cef92df92b0576a2b5bc6ec06 /libopie2 | |
parent | c3ba7d98dc7d13132a75a14fce2cdaac6631dd26 (diff) | |
download | opie-19ace8f426abb58c551fe2de3a1aa90f9d680805.zip opie-19ace8f426abb58c551fe2de3a1aa90f9d680805.tar.gz opie-19ace8f426abb58c551fe2de3a1aa90f9d680805.tar.bz2 |
mark this class as IDEA cause it isn't implemented.
-rw-r--r-- | libopie2/opieui/opluginconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opieui/opluginconfig.h b/libopie2/opieui/opluginconfig.h index 0db1fcb..c4f7213 100644 --- a/libopie2/opieui/opluginconfig.h +++ b/libopie2/opieui/opluginconfig.h @@ -10,12 +10,14 @@ namespace Opie { namespace Core { class OPluginManager; class OGenericPluginLoader; } namespace Ui { /** + * API IDEA - not usable this moment! + * * With this widget you can configure one or many PluginLoaders either * through an already existing Opie::Core::OPluginManager or Opie::Core::OGenericPluginLoader * The sorted state will be read from the Loader. * * As with Opie::Ui::OKeyConfigWidget you can have two options. To either apply your changes * directly through Opie::Core::OPluginManager or to use Queued where you manually need to |