should be slots

svn path=/trunk/KDE/kdelibs/; revision=1050156
This commit is contained in:
Aaron J. Seigo 2009-11-16 19:16:53 +00:00
parent 644d5e363e
commit dcda8b9986

View File

@ -86,31 +86,16 @@ public:
*/ */
~Meter(); ~Meter();
/**
* Set maximum value for the meter
*/
void setMaximum(int maximum);
/** /**
* @return maximum value for the meter * @return maximum value for the meter
*/ */
int maximum() const; int maximum() const;
/**
* Set minimum value for the meter
*/
void setMinimum(int minimum);
/** /**
* @return minimum value for the meter * @return minimum value for the meter
*/ */
int minimum() const; int minimum() const;
/**
* Set value for the meter
*/
void setValue(int value);
/** /**
* @return value for the meter * @return value for the meter
*/ */
@ -201,6 +186,21 @@ public Q_SLOTS:
*/ */
void dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data); void dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data);
/**
* Set maximum value for the meter
*/
void setMaximum(int maximum);
/**
* Set minimum value for the meter
*/
void setMinimum(int minimum);
/**
* Set value for the meter
*/
void setValue(int value);
protected: protected:
/** /**
* Reimplemented from Plasma::Widget * Reimplemented from Plasma::Widget