pgLab/pglab/NotificationListWidget.cpp

10 lines
159 B
C++
Raw Normal View History

#include "NotificationListWidget.h"
#include <QListView>
NotificationListWidget::NotificationListWidget()
: m_notificationList(new QListView(this))
{
}