changeset 849 | 988f1908a7c4 |
parent 842 | bec082472471 |
1.1 --- a/noteobj.cpp Tue Mar 30 17:30:39 2010 +0000 1.2 +++ b/noteobj.cpp Fri Jul 23 16:43:49 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;