summaryrefslogtreecommitdiff
path: root/include/listwidget.h
blob: 16333f7f1ff9bef4446420f4765c5487beae93ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef NEWSBOAT_LISTWIDGET_H_
#define NEWSBOAT_LISTWIDGET_H_

#include "listmovementcontrol.h"
#include "listwidgetbackend.h"

namespace newsboat {

using ListWidget = ListMovementControl<ListWidgetBackend>;

} // namespace newsboat

#endif /* NEWSBOAT_LISTWIDGET_H_ */