mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Getter is not a slot
This commit is contained in:
@ -18,12 +18,13 @@ private:
|
||||
|
||||
public:
|
||||
YACReaderSpinSliderWidget(QWidget *parent = 0, bool strechableSlider = false);
|
||||
QSize minimumSizeHint() const;
|
||||
|
||||
public slots:
|
||||
void setRange(int lowValue, int topValue, int step = 1);
|
||||
void setValue(int value);
|
||||
void setText(const QString &text);
|
||||
int getValue();
|
||||
QSize minimumSizeHint() const;
|
||||
void setTracking(bool b);
|
||||
void valueWillChange(int);
|
||||
void valueWillChangeFromSpinBox(int);
|
||||
@ -32,4 +33,4 @@ signals:
|
||||
void valueChanged(int);
|
||||
};
|
||||
|
||||
#endif // YACREADER_SPIN_SLIDER_WIDGET_H
|
||||
#endif // YACREADER_SPIN_SLIDER_WIDGET_H
|
||||
|
Reference in New Issue
Block a user