#ifndef EMPTY_SPECIAL_LIST_H
#define EMPTY_SPECIAL_LIST_H

#include <QtWidgets>
#include "empty_container_info.h"

class EmptySpecialListWidget : public EmptyContainerInfo
{
public:
    EmptySpecialListWidget(QWidget *parent = nullptr);
};

#endif // EMPTY_SPECIAL_LIST_H