summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/hexwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/hexwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/hexwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/gui/hexwindow.h b/noncore/net/wellenreiter/gui/hexwindow.h
index f2f870c..3d4ec0f 100644
--- a/noncore/net/wellenreiter/gui/hexwindow.h
+++ b/noncore/net/wellenreiter/gui/hexwindow.h
@@ -18,23 +18,23 @@
#include <qvbox.h>
class QString;
class QMultiLineEdit;
class MHexWindow: public QVBox
{
public:
MHexWindow( QWidget * parent = 0, const char * name = "MHexWindow", WFlags f = 0 );
- void log( QString text );
+ void log( const QString& text );
const QString getLog() const;
void clear();
protected:
QMultiLineEdit* ledit;
};
#endif