From 93432da5b2a73874b359d4a4468cdaffeaab960c Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 06 Oct 2002 09:53:16 +0000 Subject: Sandman how did this compile? inline setRotation( const QString& rotation ) { mRotation = rot; } I fixed that now --- (limited to 'library/applnk.h') diff --git a/library/applnk.h b/library/applnk.h index b92ddba..b4590d3 100644 --- a/library/applnk.h +++ b/library/applnk.h @@ -73,7 +73,7 @@ public: void setLinkFile( const QString& filename ); void setComment( const QString& comment ); void setType( const QString& mimetype ); - inline void setRotation ( const QString &rotation ) { mRotation = rot; } // inline for BC + inline void setRotation ( const QString &rot ) { mRotation = rot; } // inline for BC void setIcon( const QString& iconname ); void setCategories( const QArray &v ); bool writeLink() const; -- cgit v0.9.0.2