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