rssguard/src/librssguard/gui/reusable/messagecountspinbox.h

16 lines
332 B
C
Raw Normal View History

// For license of this file, see <project-root-folder>/LICENSE.md.
#ifndef MESSAGECOUNTSPINBOX_H
#define MESSAGECOUNTSPINBOX_H
#include <QSpinBox>
class MessageCountSpinBox : public QSpinBox {
2024-03-19 10:31:49 +01:00
Q_OBJECT
public:
explicit MessageCountSpinBox(QWidget* parent = nullptr);
};
#endif // MESSAGECOUNTSPINBOX_H