|
extragear/graphics/kst/kst: msg#00220kde.kst
SVN commit 438668 by staikos: add const M +1 -1 statuslabel.cpp M +1 -3 statuslabel.h --- trunk/extragear/graphics/kst/kst/statuslabel.cpp #438667:438668 @@ -71,7 +71,7 @@ _fullText = text; } -const QString& StatusLabel::fullText( ) { +const QString& StatusLabel::fullText() const { return _fullText; } --- trunk/extragear/graphics/kst/kst/statuslabel.h #438667:438668 @@ -30,9 +30,7 @@ void setFullText(); void setTextWidth(const QFontMetrics &metrics, int width); void setFullText(const QString &text); - const QString& fullText( ); - - protected: + const QString& fullText() const; private: QString _fullText; |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: extragear/graphics/kst/kst/datasources/ascii: 00220, George Staikos |
|---|---|
| Next by Date: | [Bug 109460] allow to load a data file directly from the command line: 00220, George Staikos |
| Previous by Thread: | extragear/graphics/kst/ksti: 00220, Andrew Walker |
| Next by Thread: | extragear/graphics/kst/kst: 00220, George Staikos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |