mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
8 lines
164 B
C++
8 lines
164 B
C++
#include "empty_special_list.h"
|
|
|
|
EmptySpecialListWidget::EmptySpecialListWidget(QWidget *parent)
|
|
: EmptyContainerInfo(parent)
|
|
{
|
|
setUpDefaultLayout(true);
|
|
}
|