rssguard/src/librssguard/gui/reusable/messagecountspinbox.h
Martin Rotter 82d8c0340c feedly
2024-03-21 09:53:01 +01:00

15 lines
349 B
C++

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