changeset 1905 | b1ec8db513f2 |
parent 1885 | 75489216b5b0 |
child 1943 | 03dcac72692b |
--- a/QTfrontend/misc.h Wed Mar 18 22:02:55 2009 +0000 +++ b/QTfrontend/misc.h Sat Mar 21 10:49:58 2009 +0000 @@ -20,19 +20,8 @@ #include <QObject> -#include <QByteArray> -#include <QString> #include <QSpinBox> -class Hash : public QObject -{ - Q_OBJECT - -public: - Hash(); - static QString md5(QByteArray buf); -}; - class FreqSpinBox : public QSpinBox { Q_OBJECT @@ -43,7 +32,7 @@ } - QString textFromValue ( int value ) const + QString textFromValue(int value) const { switch (value) {