#ifndef EMPTY_SPECIAL_LIST_H #define EMPTY_SPECIAL_LIST_H #include #include "empty_container_info.h" class EmptySpecialListWidget : public EmptyContainerInfo { public: EmptySpecialListWidget(QWidget *parent = nullptr); }; #endif // EMPTY_SPECIAL_LIST_H