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

16 lines
332 B
C++

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