From c27d6327b9be5792fa507557f03997a46f32cc26 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 13 Apr 2003 16:25:24 +0000 Subject: Add apie comments QString -> const QString& fix --- (limited to 'libopie2/opienet/onetutils.h') diff --git a/libopie2/opienet/onetutils.h b/libopie2/opienet/onetutils.h index bedea63..9611518 100644 --- a/libopie2/opienet/onetutils.h +++ b/libopie2/opienet/onetutils.h @@ -50,6 +50,7 @@ class OWirelessNetworkInterface; class OMacAddress { public: + // QString c'tor? -zecke OMacAddress( unsigned char* ); OMacAddress( const unsigned char* ); OMacAddress( struct ifreq& ); @@ -59,6 +60,7 @@ class OMacAddress QString toString( bool substitute = false ) const; const unsigned char* native() const; + // no c'tor but this one why not make it a c'tor. it could also replace the others or is this the problem? static OMacAddress fromString( const QString& ); public: @@ -102,6 +104,7 @@ class OPrivateIOCTL : public QObject int numberSetArgs() const; int typeSetArgs() const; + // FIXME return int? as ::ioctl does? -zecke void invoke() const; void setParameter( int, u_int32_t ); -- cgit v0.9.0.2