mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
Getter is not a slot
This commit is contained in:
parent
078a97c1d1
commit
d8cb61314d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user