noteobj.cpp
changeset 847 43268373032d
parent 842 bec082472471
     1.1 --- a/noteobj.cpp	Fri Apr 09 14:24:04 2010 +0000
     1.2 +++ b/noteobj.cpp	Wed Jun 09 13:14:08 2010 +0000
     1.3 @@ -52,7 +52,7 @@
     1.4  	return getNoteASCII ("",80);
     1.5  }
     1.6  
     1.7 -QString NoteObj::getNoteASCII(QString indent, const int &width)
     1.8 +QString NoteObj::getNoteASCII(QString indent, const int &)	//FIXME-3 use width
     1.9  {
    1.10  	if (note.isEmpty()) return note;
    1.11  	QString r=note;