From 327e938f58125a52482b9a6543dd1aa4243bb5d3 Mon Sep 17 00:00:00 2001 From: drw Date: Tue, 05 Apr 2005 22:34:33 +0000 Subject: Eliminate compiler warnings and doc updates --- (limited to 'libopie2') diff --git a/libopie2/opiecore/oresource.cpp b/libopie2/opiecore/oresource.cpp index 88058d0..0d6e60a 100644 --- a/libopie2/opiecore/oresource.cpp +++ b/libopie2/opiecore/oresource.cpp @@ -39,6 +39,9 @@ namespace Opie { namespace Core { +static int smallIconSize = -1; // Size of small icons (width & height) +static int bigIconSize = -1; // Size of large icons (width & height) + QImage OResource::loadImage( const QString &name, Scale scale ) { // Load image diff --git a/libopie2/opiecore/oresource.h b/libopie2/opiecore/oresource.h index 8c67ced..87b2abd 100644 --- a/libopie2/opiecore/oresource.h +++ b/libopie2/opiecore/oresource.h @@ -39,10 +39,6 @@ namespace Opie { namespace Core { -static int smallIconSize = -1; // Size of small icons (width & height) -static int bigIconSize = -1; // Size of large icons (width & height) - - class OResource { public: @@ -66,7 +62,8 @@ class OResource OResource() {} /** - * Load specified image. + * @fn loadImage( const QString &name, Scale scale = NoScale ) + * @brief Load specified image. * * @param name - name of pixmap image to load * @param scale - scaling (if any) to preform on image @@ -76,7 +73,8 @@ class OResource static QImage loadImage( const QString &name, Scale scale = NoScale ); /** - * Load specified image. + * @fn loadPixmap( const QString &name, Scale scale = NoScale ) + * @brief Load specified image. * * @param name - name of pixmap image to load * @param scale - scaling (if any) to preform on image -- cgit v0.9.0.2